#5C72BE

Color #5C72BE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5C72BE

Tints of Chetwode Blue #5C72BE

Color information

#5C72BE (or 0x5C72BE) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 72 and BE. RGB value is (92,114,190). Sum of RGB (Red+Green+Blue) = 92+114+190=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C72BE is #A38D41. Grayscale: #737373. Windows color (decimal): -10718530 or 12481116. OLE color: 12481116.

HSL color Cylindrical-coordinate representation of color #5C72BE: hue angle of 226.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C72BE is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92114190-
CMYK0.520.4000.25
HSL226.53º42.98%55.29%-
HSV(B)226.53º51.58%74.51%-
XYZ19.7318.0351.16-
YUV116.09169.71110.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.23%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=23.23%
G=28.79%
B=47.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921141900.520.4000.25226.5342.9855.29
Hex5C72BE3428019e32b37
Octal13416227664500313435367
Binary101110011100101011111011010010100001100111100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,114,190); }

 H1.HeaderClassName
 {
   color: #5C72BE;
 }
 .AnyTagClassName
 {
   color: #5C72BE;
 }
</style>
background-color css

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

 a { background-color: rgb(92,114,190); }

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

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

 span { border-color: rgb(92,114,190); }

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