Html Css Color HEX #5E6CAD Chetwode Blue

📋 copy color: '#5E6CAD'

red 94 ◦ green 108 ◦ blue 173

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

Shades of Chetwode Blue #5E6CAD

Tints of Chetwode Blue #5E6CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 25.07%
G = 28.8%
B = 46.13%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E6CAD (or 0x5E6CAD) is known color: Chetwode Blue. HEX triplet: 5E, 6C and AD. RGB value is (94,108,173). Sum of RGB (Red+Green+Blue) = 94+108+173=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E6CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6CAD is #A19352. Grayscale: #6E6E6E. Windows color (decimal): -10589011 or 11365470. OLE color: 11365470.

HSL color Cylindrical-coordinate representation of color #5E6CAD: hue angle of 229.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E6CAD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 108 173 -
CMYK 0.46 0.38 0 0.32
HSL 229.37º 0.33% 0.52% -
HSV(B) 229.37º 0.46% 0.68% -
XYZ 17.52 16.12 41.72 -
YUV 111.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 94 108 173 0.46 0.38 0 0.32 229.37 0.33 0.52
Hex 5E 6C AD 2E 26 0 20 E5 21 34
Octal 136 154 255 56 46 0 40 345 41 64
Binary 1011110 1101100 10101101 101110 100110 0 100000 11100101 100001 110100

Color Harmonies of #5E6CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6CAD

Black with #5E6CAD

Text Example


Text Example

White with #5E6CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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