Html Css Color HEX #5E6AAA Chetwode Blue

📋 copy color: '#5E6AAA'

red 94 ◦ green 106 ◦ blue 170

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

Shades of Chetwode Blue #5E6AAA

Tints of Chetwode Blue #5E6AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

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

R = 25.41%
G = 28.65%
B = 45.95%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E6AAA (or 0x5E6AAA) is known color: Chetwode Blue. HEX triplet: 5E, 6A and AA. RGB value is (94,106,170). Sum of RGB (Red+Green+Blue) = 94+106+170=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6AAA is #A19555. Grayscale: #6D6D6D. Windows color (decimal): -10589526 or 11168350. OLE color: 11168350.

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

Color convert

RGB 94 106 170 -
CMYK 0.45 0.38 0 0.33
HSL 230.53º 0.31% 0.52% -
HSV(B) 230.53º 0.45% 0.67% -
XYZ 17.03 15.59 40.14 -
YUV 109.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 94 106 170 0.45 0.38 0 0.33 230.53 0.31 0.52
Hex 5E 6A AA 2D 26 0 21 E7 1F 34
Octal 136 152 252 55 46 0 41 347 37 64
Binary 1011110 1101010 10101010 101101 100110 0 100001 11100111 11111 110100

Color Harmonies of #5E6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6AAA

Black with #5E6AAA

Text Example


Text Example

White with #5E6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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