Html Css Color HEX #5D6ECE Chetwode Blue

📋 copy color: '#5D6ECE'

red 93 ◦ green 110 ◦ blue 206

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

Shades of Chetwode Blue #5D6ECE

Tints of Chetwode Blue #5D6ECE

RGB

 RED value IS 93 (36.72% from 255) = 22.74%

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 22.74%
G = 26.89%
B = 50.37%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D6ECE (or 0x5D6ECE) is known color: Chetwode Blue. HEX triplet: 5D, 6E and CE. RGB value is (93,110,206). Sum of RGB (Red+Green+Blue) = 93+110+206=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ECE is #A29131. Grayscale: #737373. Windows color (decimal): -10654002 or 13528669. OLE color: 13528669.

HSL color Cylindrical-coordinate representation of color #5D6ECE: hue angle of 230.97º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D6ECE is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 110 206 -
CMYK 0.55 0.47 0 0.19
HSL 230.97º 0.54% 0.59% -
HSV(B) 230.97º 0.55% 0.81% -
XYZ 21.23 17.94 60.74 -
YUV 115.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 93 110 206 0.55 0.47 0 0.19 230.97 0.54 0.59
Hex 5D 6E CE 37 2F 0 13 E7 36 3B
Octal 135 156 316 67 57 0 23 347 66 73
Binary 1011101 1101110 11001110 110111 101111 0 10011 11100111 110110 111011

Color Harmonies of #5D6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6ECE

Black with #5D6ECE

Text Example


Text Example

White with #5D6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,110,206); }

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

background-color css

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

 a { background-color: rgb(93,110,206); }

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

border-color css

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

 span { border-color: rgb(93,110,206); }

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