Html Css Color HEX #5E6EAA Chetwode Blue

📋 copy color: '#5E6EAA'

red 94 ◦ green 110 ◦ blue 170

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

Shades of Chetwode Blue #5E6EAA

Tints of Chetwode Blue #5E6EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 25.13%
G = 29.41%
B = 45.45%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E6EAA (or 0x5E6EAA) is known color: Chetwode Blue. HEX triplet: 5E, 6E and AA. RGB value is (94,110,170). Sum of RGB (Red+Green+Blue) = 94+110+170=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E6EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6EAA is #A19155. Grayscale: #6F6F6F. Windows color (decimal): -10588502 or 11169374. OLE color: 11169374.

HSL color Cylindrical-coordinate representation of color #5E6EAA: hue angle of 227.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E6EAA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 110 170 -
CMYK 0.45 0.35 0 0.33
HSL 227.37º 0.31% 0.52% -
HSV(B) 227.37º 0.45% 0.67% -
XYZ 17.45 16.43 40.28 -
YUV 112.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 94 110 170 0.45 0.35 0 0.33 227.37 0.31 0.52
Hex 5E 6E AA 2D 23 0 21 E3 1F 34
Octal 136 156 252 55 43 0 41 343 37 64
Binary 1011110 1101110 10101010 101101 100011 0 100001 11100011 11111 110100

Color Harmonies of #5E6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6EAA

Black with #5E6EAA

Text Example


Text Example

White with #5E6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,110,170); }

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

background-color css

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

 a { background-color: rgb(94,110,170); }

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

border-color css

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

 span { border-color: rgb(94,110,170); }

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