Html Css Color HEX #5E6BCD Chetwode Blue

📋 copy color: '#5E6BCD'

red 94 ◦ green 107 ◦ blue 205

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

Shades of Chetwode Blue #5E6BCD

Tints of Chetwode Blue #5E6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 23.15%
G = 26.35%
B = 50.49%

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

#5E6BCD (or 0x5E6BCD) is known color: Chetwode Blue. HEX triplet: 5E, 6B and CD. RGB value is (94,107,205). Sum of RGB (Red+Green+Blue) = 94+107+205=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6BCD is #A19432. Grayscale: #717171. Windows color (decimal): -10589235 or 13462366. OLE color: 13462366.

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

Color convert

RGB 94 107 205 -
CMYK 0.54 0.48 0 0.20
HSL 232.97º 0.53% 0.59% -
HSV(B) 232.97º 0.54% 0.8% -
XYZ 20.89 17.3 60 -
YUV 114.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 94 107 205 0.54 0.48 0 0.20 232.97 0.53 0.59
Hex 5E 6B CD 36 30 0 14 E9 35 3B
Octal 136 153 315 66 60 0 24 351 65 73
Binary 1011110 1101011 11001101 110110 110000 0 10100 11101001 110101 111011

Color Harmonies of #5E6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6BCD

Black with #5E6BCD

Text Example


Text Example

White with #5E6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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