Html Css Color HEX #5E6CAB Chetwode Blue

📋 copy color: '#5E6CAB'

red 94 ◦ green 108 ◦ blue 171

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

Shades of Chetwode Blue #5E6CAB

Tints of Chetwode Blue #5E6CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 25.2%
G = 28.95%
B = 45.84%

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

#5E6CAB (or 0x5E6CAB) is known color: Chetwode Blue. HEX triplet: 5E, 6C and AB. RGB value is (94,108,171). Sum of RGB (Red+Green+Blue) = 94+108+171=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E6CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6CAB is #A19354. Grayscale: #6E6E6E. Windows color (decimal): -10589013 or 11234398. OLE color: 11234398.

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

Color convert

RGB 94 108 171 -
CMYK 0.45 0.37 0 0.33
HSL 229.09º 0.31% 0.52% -
HSV(B) 229.09º 0.45% 0.67% -
XYZ 17.33 16.05 40.71 -
YUV 111 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 94 108 171 0.45 0.37 0 0.33 229.09 0.31 0.52
Hex 5E 6C AB 2D 25 0 21 E5 1F 34
Octal 136 154 253 55 45 0 41 345 37 64
Binary 1011110 1101100 10101011 101101 100101 0 100001 11100101 11111 110100

Color Harmonies of #5E6CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6CAB

Black with #5E6CAB

Text Example


Text Example

White with #5E6CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,108,171); }

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

background-color css

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

 a { background-color: rgb(94,108,171); }

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

border-color css

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

 span { border-color: rgb(94,108,171); }

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