Html Css Color HEX #5E6FCD Chetwode Blue

📋 copy color: '#5E6FCD'

red 94 ◦ green 111 ◦ blue 205

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

Shades of Chetwode Blue #5E6FCD

Tints of Chetwode Blue #5E6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

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

R = 22.93%
G = 27.07%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E6FCD (or 0x5E6FCD) is known color: Chetwode Blue. HEX triplet: 5E, 6F and CD. RGB value is (94,111,205). Sum of RGB (Red+Green+Blue) = 94+111+205=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FCD is #A19032. Grayscale: #747474. Windows color (decimal): -10588211 or 13463390. OLE color: 13463390.

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

Color convert

RGB 94 111 205 -
CMYK 0.54 0.46 0 0.20
HSL 230.81º 0.53% 0.59% -
HSV(B) 230.81º 0.54% 0.8% -
XYZ 21.32 18.16 60.14 -
YUV 116.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 94 111 205 0.54 0.46 0 0.20 230.81 0.53 0.59
Hex 5E 6F CD 36 2E 0 14 E7 35 3B
Octal 136 157 315 66 56 0 24 347 65 73
Binary 1011110 1101111 11001101 110110 101110 0 10100 11100111 110101 111011

Color Harmonies of #5E6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FCD

Black with #5E6FCD

Text Example


Text Example

White with #5E6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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