Html Css Color HEX #5D8ACE Danube

📋 copy color: '#5D8ACE'

red 93 ◦ green 138 ◦ blue 206

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

Shades of Danube #5D8ACE

Tints of Danube #5D8ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 21.28%
G = 31.58%
B = 47.14%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D8ACE (or 0x5D8ACE) is known color: Danube. HEX triplet: 5D, 8A and CE. RGB value is (93,138,206). Sum of RGB (Red+Green+Blue) = 93+138+206=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8ACE is #A27531. Grayscale: #838383. Windows color (decimal): -10646834 or 13535837. OLE color: 13535837.

HSL color Cylindrical-coordinate representation of color #5D8ACE: hue angle of 216.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D8ACE is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 138 206 -
CMYK 0.55 0.33 0 0.19
HSL 216.11º 0.54% 0.59% -
HSV(B) 216.11º 0.55% 0.81% -
XYZ 24.74 24.96 61.91 -
YUV 132.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 93 138 206 0.55 0.33 0 0.19 216.11 0.54 0.59
Hex 5D 8A CE 37 21 0 13 D8 36 3B
Octal 135 212 316 67 41 0 23 330 66 73
Binary 1011101 10001010 11001110 110111 100001 0 10011 11011000 110110 111011

Color Harmonies of #5D8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8ACE

Black with #5D8ACE

Text Example


Text Example

White with #5D8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,138,206); }

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

background-color css

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

 a { background-color: rgb(93,138,206); }

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

border-color css

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

 span { border-color: rgb(93,138,206); }

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