Html Css Color HEX #5E8ACC Danube

📋 copy color: '#5E8ACC'

red 94 ◦ green 138 ◦ blue 204

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

Shades of Danube #5E8ACC

Tints of Danube #5E8ACC

RGB

 RED value IS 94 (37.11% from 255) = 21.56%

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

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

R = 21.56%
G = 31.65%
B = 46.79%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E8ACC (or 0x5E8ACC) is known color: Danube. HEX triplet: 5E, 8A and CC. RGB value is (94,138,204). Sum of RGB (Red+Green+Blue) = 94+138+204=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8ACC is #A17533. Grayscale: #848484. Windows color (decimal): -10581300 or 13404766. OLE color: 13404766.

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

Color convert

RGB 94 138 204 -
CMYK 0.54 0.32 0 0.2
HSL 216º 0.52% 0.58% -
HSV(B) 216º 0.54% 0.8% -
XYZ 24.6 24.92 60.64 -
YUV 132.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 94 138 204 0.54 0.32 0 0.2 216 0.52 0.58
Hex 5E 8A CC 36 20 0 14 D8 34 3A
Octal 136 212 314 66 40 0 24 330 64 72
Binary 1011110 10001010 11001100 110110 100000 0 10100 11011000 110100 111010

Color Harmonies of #5E8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8ACC

Black with #5E8ACC

Text Example


Text Example

White with #5E8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,138,204); }

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

background-color css

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

 a { background-color: rgb(94,138,204); }

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

border-color css

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

 span { border-color: rgb(94,138,204); }

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