Html Css Color HEX #5B6ECA Chetwode Blue

📋 copy color: '#5B6ECA'

red 91 ◦ green 110 ◦ blue 202

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

Shades of Chetwode Blue #5B6ECA

Tints of Chetwode Blue #5B6ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 22.58%
G = 27.3%
B = 50.12%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B6ECA (or 0x5B6ECA) is known color: Chetwode Blue. HEX triplet: 5B, 6E and CA. RGB value is (91,110,202). Sum of RGB (Red+Green+Blue) = 91+110+202=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ECA is #A49135. Grayscale: #727272. Windows color (decimal): -10785078 or 13266523. OLE color: 13266523.

HSL color Cylindrical-coordinate representation of color #5B6ECA: hue angle of 229.73º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B6ECA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 110 202 -
CMYK 0.55 0.46 0 0.21
HSL 229.73º 0.51% 0.57% -
HSV(B) 229.73º 0.55% 0.79% -
XYZ 20.55 17.64 58.2 -
YUV 114.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 91 110 202 0.55 0.46 0 0.21 229.73 0.51 0.57
Hex 5B 6E CA 37 2E 0 15 E6 33 39
Octal 133 156 312 67 56 0 25 346 63 71
Binary 1011011 1101110 11001010 110111 101110 0 10101 11100110 110011 111001

Color Harmonies of #5B6ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6ECA

Black with #5B6ECA

Text Example


Text Example

White with #5B6ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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