Html Css Color HEX #5E6BAB Chetwode Blue

📋 copy color: '#5E6BAB'

red 94 ◦ green 107 ◦ blue 171

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

Shades of Chetwode Blue #5E6BAB

Tints of Chetwode Blue #5E6BAB

RGB

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

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

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

R = 25.27%
G = 28.76%
B = 45.97%

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

#5E6BAB (or 0x5E6BAB) is known color: Chetwode Blue. HEX triplet: 5E, 6B and AB. RGB value is (94,107,171). Sum of RGB (Red+Green+Blue) = 94+107+171=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E6BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6BAB is #A19454. Grayscale: #6E6E6E. Windows color (decimal): -10589269 or 11234142. OLE color: 11234142.

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

Color convert

RGB 94 107 171 -
CMYK 0.45 0.37 0 0.33
HSL 229.87º 0.31% 0.52% -
HSV(B) 229.87º 0.45% 0.67% -
XYZ 17.22 15.84 40.68 -
YUV 110.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 94 107 171 0.45 0.37 0 0.33 229.87 0.31 0.52
Hex 5E 6B AB 2D 25 0 21 E6 1F 34
Octal 136 153 253 55 45 0 41 346 37 64
Binary 1011110 1101011 10101011 101101 100101 0 100001 11100110 11111 110100

Color Harmonies of #5E6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6BAB

Black with #5E6BAB

Text Example


Text Example

White with #5E6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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