Html Css Color HEX #5B72CE Chetwode Blue

📋 copy color: '#5B72CE'

red 91 ◦ green 114 ◦ blue 206

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

Shades of Chetwode Blue #5B72CE

Tints of Chetwode Blue #5B72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

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

R = 22.14%
G = 27.74%
B = 50.12%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B72CE (or 0x5B72CE) is known color: Chetwode Blue. HEX triplet: 5B, 72 and CE. RGB value is (91,114,206). Sum of RGB (Red+Green+Blue) = 91+114+206=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B72CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B72CE is #A48D31. Grayscale: #757575. Windows color (decimal): -10784050 or 13529691. OLE color: 13529691.

HSL color Cylindrical-coordinate representation of color #5B72CE: hue angle of 228º 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 #5B72CE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 114 206 -
CMYK 0.56 0.45 0 0.19
HSL 228º 0.54% 0.58% -
HSV(B) 228º 0.56% 0.81% -
XYZ 21.47 18.72 60.87 -
YUV 117.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 91 114 206 0.56 0.45 0 0.19 228 0.54 0.58
Hex 5B 72 CE 38 2D 0 13 E4 36 3A
Octal 133 162 316 70 55 0 23 344 66 72
Binary 1011011 1110010 11001110 111000 101101 0 10011 11100100 110110 111010

Color Harmonies of #5B72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B72CE

Black with #5B72CE

Text Example


Text Example

White with #5B72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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