Html Css Color HEX #5E6DAA Chetwode Blue

📋 copy color: '#5E6DAA'

red 94 ◦ green 109 ◦ blue 170

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

Shades of Chetwode Blue #5E6DAA

Tints of Chetwode Blue #5E6DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

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

R = 25.2%
G = 29.22%
B = 45.58%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E6DAA (or 0x5E6DAA) is known color: Chetwode Blue. HEX triplet: 5E, 6D and AA. RGB value is (94,109,170). Sum of RGB (Red+Green+Blue) = 94+109+170=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6DAA is #A19255. Grayscale: #6F6F6F. Windows color (decimal): -10588758 or 11169118. OLE color: 11169118.

HSL color Cylindrical-coordinate representation of color #5E6DAA: hue angle of 228.16º 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 #5E6DAA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 109 170 -
CMYK 0.45 0.36 0 0.33
HSL 228.16º 0.31% 0.52% -
HSV(B) 228.16º 0.45% 0.67% -
XYZ 17.34 16.22 40.25 -
YUV 111.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 94 109 170 0.45 0.36 0 0.33 228.16 0.31 0.52
Hex 5E 6D AA 2D 24 0 21 E4 1F 34
Octal 136 155 252 55 44 0 41 344 37 64
Binary 1011110 1101101 10101010 101101 100100 0 100001 11100100 11111 110100

Color Harmonies of #5E6DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6DAA

Black with #5E6DAA

Text Example


Text Example

White with #5E6DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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