Html Css Color HEX #5B6ECE Chetwode Blue

📋 copy color: '#5B6ECE'

red 91 ◦ green 110 ◦ blue 206

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

Shades of Chetwode Blue #5B6ECE

Tints of Chetwode Blue #5B6ECE

RGB

 RED value IS 91 (35.94% from 255) = 22.36%

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

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

R = 22.36%
G = 27.03%
B = 50.61%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B6ECE (or 0x5B6ECE) is known color: Chetwode Blue. HEX triplet: 5B, 6E and CE. RGB value is (91,110,206). Sum of RGB (Red+Green+Blue) = 91+110+206=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ECE is #A49131. Grayscale: #727272. Windows color (decimal): -10785074 or 13528667. OLE color: 13528667.

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

Color convert

RGB 91 110 206 -
CMYK 0.56 0.47 0 0.19
HSL 230.09º 0.54% 0.58% -
HSV(B) 230.09º 0.56% 0.81% -
XYZ 21.03 17.83 60.73 -
YUV 115.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 91 110 206 0.56 0.47 0 0.19 230.09 0.54 0.58
Hex 5B 6E CE 38 2F 0 13 E6 36 3A
Octal 133 156 316 70 57 0 23 346 66 72
Binary 1011011 1101110 11001110 111000 101111 0 10011 11100110 110110 111010

Color Harmonies of #5B6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6ECE

Black with #5B6ECE

Text Example


Text Example

White with #5B6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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