Html Css Color HEX #5E8ACA Danube

📋 copy color: '#5E8ACA'

red 94 ◦ green 138 ◦ blue 202

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

Shades of Danube #5E8ACA

Tints of Danube #5E8ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 21.66%
G = 31.8%
B = 46.54%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E8ACA (or 0x5E8ACA) is known color: Danube. HEX triplet: 5E, 8A and CA. RGB value is (94,138,202). Sum of RGB (Red+Green+Blue) = 94+138+202=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E8ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8ACA is #A17535. Grayscale: #838383. Windows color (decimal): -10581302 or 13273694. OLE color: 13273694.

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

Color convert

RGB 94 138 202 -
CMYK 0.53 0.32 0 0.21
HSL 215.56º 0.5% 0.58% -
HSV(B) 215.56º 0.53% 0.79% -
XYZ 24.37 24.82 59.38 -
YUV 132.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 94 138 202 0.53 0.32 0 0.21 215.56 0.5 0.58
Hex 5E 8A CA 35 20 0 15 D8 32 3A
Octal 136 212 312 65 40 0 25 330 62 72
Binary 1011110 10001010 11001010 110101 100000 0 10101 11011000 110010 111010

Color Harmonies of #5E8ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8ACA

Black with #5E8ACA

Text Example


Text Example

White with #5E8ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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