Html Css Color HEX #5DAEC9 Viking

📋 copy color: '#5DAEC9'

red 93 ◦ green 174 ◦ blue 201

#5DAEC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5DAEC9

Tints of Viking #5DAEC9

RGB

 RED value IS 93 (36.72% from 255) = 19.87%

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 19.87%
G = 37.18%
B = 42.95%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5DAEC9 (or 0x5DAEC9) is known color: Viking. HEX triplet: 5D, AE and C9. RGB value is (93,174,201). Sum of RGB (Red+Green+Blue) = 93+174+201=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #5DAEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEC9 is #A25136. Grayscale: #989898. Windows color (decimal): -10637623 or 13217373. OLE color: 13217373.

HSL color Cylindrical-coordinate representation of color #5DAEC9: hue angle of 195º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DAEC9 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 174 201 -
CMYK 0.54 0.13 0 0.21
HSL 195º 0.5% 0.58% -
HSV(B) 195º 0.54% 0.79% -
XYZ 30.19 36.82 60.77 -
YUV 152.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 93 174 201 0.54 0.13 0 0.21 195 0.5 0.58
Hex 5D AE C9 36 D 0 15 C3 32 3A
Octal 135 256 311 66 15 0 25 303 62 72
Binary 1011101 10101110 11001001 110110 1101 0 10101 11000011 110010 111010

Color Harmonies of #5DAEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEC9

Black with #5DAEC9

Text Example


Text Example

White with #5DAEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,174,201); }

 H1.HeaderClassName
 {
   color: #5DAEC9;
 }
 .AnyTagClassName
 {
   color: #5DAEC9;
 }
</style>

background-color css

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

 a { background-color: rgb(93,174,201); }

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

border-color css

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

 span { border-color: rgb(93,174,201); }

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