Html Css Color HEX #5E6ACD Chetwode Blue

📋 copy color: '#5E6ACD'

red 94 ◦ green 106 ◦ blue 205

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

Shades of Chetwode Blue #5E6ACD

Tints of Chetwode Blue #5E6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 23.21%
G = 26.17%
B = 50.62%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E6ACD (or 0x5E6ACD) is known color: Chetwode Blue. HEX triplet: 5E, 6A and CD. RGB value is (94,106,205). Sum of RGB (Red+Green+Blue) = 94+106+205=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ACD is #A19532. Grayscale: #717171. Windows color (decimal): -10589491 or 13462110. OLE color: 13462110.

HSL color Cylindrical-coordinate representation of color #5E6ACD: hue angle of 233.51º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E6ACD is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 106 205 -
CMYK 0.54 0.48 0 0.20
HSL 233.51º 0.53% 0.59% -
HSV(B) 233.51º 0.54% 0.8% -
XYZ 20.79 17.1 59.96 -
YUV 113.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 94 106 205 0.54 0.48 0 0.20 233.51 0.53 0.59
Hex 5E 6A CD 36 30 0 14 EA 35 3B
Octal 136 152 315 66 60 0 24 352 65 73
Binary 1011110 1101010 11001101 110110 110000 0 10100 11101010 110101 111011

Color Harmonies of #5E6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6ACD

Black with #5E6ACD

Text Example


Text Example

White with #5E6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,106,205); }

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

background-color css

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

 a { background-color: rgb(94,106,205); }

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

border-color css

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

 span { border-color: rgb(94,106,205); }

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