Html Css Color HEX #5F8ECC Danube

📋 copy color: '#5F8ECC'

red 95 ◦ green 142 ◦ blue 204

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

Shades of Danube #5F8ECC

Tints of Danube #5F8ECC

RGB

 RED value IS 95 (37.5% from 255) = 21.54%

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 21.54%
G = 32.2%
B = 46.26%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F8ECC (or 0x5F8ECC) is known color: Danube. HEX triplet: 5F, 8E and CC. RGB value is (95,142,204). Sum of RGB (Red+Green+Blue) = 95+142+204=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8ECC is #A07133. Grayscale: #868686. Windows color (decimal): -10514740 or 13405791. OLE color: 13405791.

HSL color Cylindrical-coordinate representation of color #5F8ECC: hue angle of 214.13º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F8ECC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 142 204 -
CMYK 0.53 0.30 0 0.2
HSL 214.13º 0.52% 0.59% -
HSV(B) 214.13º 0.53% 0.8% -
XYZ 25.29 26.14 60.84 -
YUV 135.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 95 142 204 0.53 0.30 0 0.2 214.13 0.52 0.59
Hex 5F 8E CC 35 1E 0 14 D6 34 3B
Octal 137 216 314 65 36 0 24 326 64 73
Binary 1011111 10001110 11001100 110101 11110 0 10100 11010110 110100 111011

Color Harmonies of #5F8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8ECC

Black with #5F8ECC

Text Example


Text Example

White with #5F8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,142,204); }

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

background-color css

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

 a { background-color: rgb(95,142,204); }

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

border-color css

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

 span { border-color: rgb(95,142,204); }

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