Html Css Color HEX #5E6DCD Chetwode Blue

📋 copy color: '#5E6DCD'

red 94 ◦ green 109 ◦ blue 205

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

Shades of Chetwode Blue #5E6DCD

Tints of Chetwode Blue #5E6DCD

RGB

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

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

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

R = 23.04%
G = 26.72%
B = 50.25%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E6DCD (or 0x5E6DCD) is known color: Chetwode Blue. HEX triplet: 5E, 6D and CD. RGB value is (94,109,205). Sum of RGB (Red+Green+Blue) = 94+109+205=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6DCD is #A19232. Grayscale: #737373. Windows color (decimal): -10588723 or 13462878. OLE color: 13462878.

HSL color Cylindrical-coordinate representation of color #5E6DCD: hue angle of 231.89º 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 #5E6DCD is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 109 205 -
CMYK 0.54 0.47 0 0.20
HSL 231.89º 0.53% 0.59% -
HSV(B) 231.89º 0.54% 0.8% -
XYZ 21.1 17.72 60.07 -
YUV 115.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 94 109 205 0.54 0.47 0 0.20 231.89 0.53 0.59
Hex 5E 6D CD 36 2F 0 14 E8 35 3B
Octal 136 155 315 66 57 0 24 350 65 73
Binary 1011110 1101101 11001101 110110 101111 0 10100 11101000 110101 111011

Color Harmonies of #5E6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6DCD

Black with #5E6DCD

Text Example


Text Example

White with #5E6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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