Html Css Color HEX #5E6BAA Chetwode Blue

📋 copy color: '#5E6BAA'

red 94 ◦ green 107 ◦ blue 170

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

Shades of Chetwode Blue #5E6BAA

Tints of Chetwode Blue #5E6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

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

R = 25.34%
G = 28.84%
B = 45.82%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E6BAA (or 0x5E6BAA) is known color: Chetwode Blue. HEX triplet: 5E, 6B and AA. RGB value is (94,107,170). Sum of RGB (Red+Green+Blue) = 94+107+170=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6BAA is #A19455. Grayscale: #6E6E6E. Windows color (decimal): -10589270 or 11168606. OLE color: 11168606.

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

Color convert

RGB 94 107 170 -
CMYK 0.45 0.37 0 0.33
HSL 229.74º 0.31% 0.52% -
HSV(B) 229.74º 0.45% 0.67% -
XYZ 17.13 15.8 40.18 -
YUV 110.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 94 107 170 0.45 0.37 0 0.33 229.74 0.31 0.52
Hex 5E 6B AA 2D 25 0 21 E6 1F 34
Octal 136 153 252 55 45 0 41 346 37 64
Binary 1011110 1101011 10101010 101101 100101 0 100001 11100110 11111 110100

Color Harmonies of #5E6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6BAA

Black with #5E6BAA

Text Example


Text Example

White with #5E6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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