Html Css Color HEX #5E6CAF Chetwode Blue

📋 copy color: '#5E6CAF'

red 94 ◦ green 108 ◦ blue 175

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

Shades of Chetwode Blue #5E6CAF

Tints of Chetwode Blue #5E6CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 24.93%
G = 28.65%
B = 46.42%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E6CAF (or 0x5E6CAF) is known color: Chetwode Blue. HEX triplet: 5E, 6C and AF. RGB value is (94,108,175). Sum of RGB (Red+Green+Blue) = 94+108+175=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E6CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6CAF is #A19350. Grayscale: #6F6F6F. Windows color (decimal): -10589009 or 11496542. OLE color: 11496542.

HSL color Cylindrical-coordinate representation of color #5E6CAF: hue angle of 229.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E6CAF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 108 175 -
CMYK 0.46 0.38 0 0.31
HSL 229.63º 0.34% 0.53% -
HSV(B) 229.63º 0.46% 0.69% -
XYZ 17.72 16.2 42.75 -
YUV 111.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 94 108 175 0.46 0.38 0 0.31 229.63 0.34 0.53
Hex 5E 6C AF 2E 26 0 1F E6 22 35
Octal 136 154 257 56 46 0 37 346 42 65
Binary 1011110 1101100 10101111 101110 100110 0 11111 11100110 100010 110101

Color Harmonies of #5E6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6CAF

Black with #5E6CAF

Text Example


Text Example

White with #5E6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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