#5dbacd

Color #5DBACD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5DBACD

Tints of Viking #5DBACD

Color information

#5DBACD (or 0x5DBACD) is unknown color: approx Viking. HEX triplet: 5D, BA and CD. RGB value is (93,186,205). Sum of RGB (Red+Green+Blue) = 93+186+205=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBACD is #A24532. Grayscale: #A0A0A0. Windows color (decimal): -10634547 or 13482589. OLE color: 13482589.

HSL color Cylindrical-coordinate representation of color #5DBACD: hue angle of 190.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBACD is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93186205-
CMYK0.550.0900.20
HSL190.18º52.83%58.43%-
HSV(B)190.18º54.63%80.39%-
XYZ33.0941.8564.09-
YUV160.36153.1979.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 19.21%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=19.21%
G=38.43%
B=42.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931862050.550.0900.20190.1852.8358.43
Hex5DBACD379014be353a
Octal13527231567110242766572
Binary10111011011101011001101110111100101010010111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dbacd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5dbacd; }

 p { color: rgb(93,186,205); }

 H1.HeaderClassName
 {
   color: #5dbacd;
 }
 .AnyTagClassName
 {
   color: #5dbacd;
 }
</style>
background-color css

<style>
 a { background-color: #5dbacd; }

 a { background-color: rgb(93,186,205); }

 div.DivClassName
 {
   background-color: #5dbacd;
 }
 .BgClassName
 {
   background-color: #5dbacd;
 }
</style>
border-color css

<style>
 span { border-color: #5dbacd; }

 span { border-color: rgb(93,186,205); }

 td.TdClassName
 {
   border-color: #5dbacd;
 }
 .TagClassName
 {
   border-color: #5dbacd;
 }
</style>