Html Css Color HEX #5B6ECB Chetwode Blue

📋 copy color: '#5B6ECB'

red 91 ◦ green 110 ◦ blue 203

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

Shades of Chetwode Blue #5B6ECB

Tints of Chetwode Blue #5B6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 22.52%
G = 27.23%
B = 50.25%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B6ECB (or 0x5B6ECB) is known color: Chetwode Blue. HEX triplet: 5B, 6E and CB. RGB value is (91,110,203). Sum of RGB (Red+Green+Blue) = 91+110+203=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ECB is #A49134. Grayscale: #727272. Windows color (decimal): -10785077 or 13332059. OLE color: 13332059.

HSL color Cylindrical-coordinate representation of color #5B6ECB: hue angle of 229.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B6ECB is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 110 203 -
CMYK 0.55 0.46 0 0.20
HSL 229.82º 0.52% 0.58% -
HSV(B) 229.82º 0.55% 0.8% -
XYZ 20.67 17.69 58.82 -
YUV 114.92 177.71 110.94 -
System Red Green Blue C M Y K H S L
Decimal 91 110 203 0.55 0.46 0 0.20 229.82 0.52 0.58
Hex 5B 6E CB 37 2E 0 14 E6 34 3A
Octal 133 156 313 67 56 0 24 346 64 72
Binary 1011011 1101110 11001011 110111 101110 0 10100 11100110 110100 111010

Color Harmonies of #5B6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6ECB

Black with #5B6ECB

Text Example


Text Example

White with #5B6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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