Html Css Color HEX #5E6DAB Chetwode Blue

📋 copy color: '#5E6DAB'

red 94 ◦ green 109 ◦ blue 171

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

Shades of Chetwode Blue #5E6DAB

Tints of Chetwode Blue #5E6DAB

RGB

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

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

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

R = 25.13%
G = 29.14%
B = 45.72%

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

#5E6DAB (or 0x5E6DAB) is known color: Chetwode Blue. HEX triplet: 5E, 6D and AB. RGB value is (94,109,171). Sum of RGB (Red+Green+Blue) = 94+109+171=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6DAB is #A19254. Grayscale: #6F6F6F. Windows color (decimal): -10588757 or 11234654. OLE color: 11234654.

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

Color convert

RGB 94 109 171 -
CMYK 0.45 0.36 0 0.33
HSL 228.31º 0.31% 0.52% -
HSV(B) 228.31º 0.45% 0.67% -
XYZ 17.44 16.26 40.75 -
YUV 111.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 94 109 171 0.45 0.36 0 0.33 228.31 0.31 0.52
Hex 5E 6D AB 2D 24 0 21 E4 1F 34
Octal 136 155 253 55 44 0 41 344 37 64
Binary 1011110 1101101 10101011 101101 100100 0 100001 11100100 11111 110100

Color Harmonies of #5E6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6DAB

Black with #5E6DAB

Text Example


Text Example

White with #5E6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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