#5C72B0

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

Shades of Chetwode Blue #5C72B0

Tints of Chetwode Blue #5C72B0

Color information

#5C72B0 (or 0x5C72B0) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 72 and B0. RGB value is (92,114,176). Sum of RGB (Red+Green+Blue) = 92+114+176=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #5C72B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C72B0 is #A38D4F. Grayscale: #727272. Windows color (decimal): -10718544 or 11563612. OLE color: 11563612.

HSL color Cylindrical-coordinate representation of color #5C72B0: hue angle of 224.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C72B0 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92114176-
CMYK0.480.3500.31
HSL224.29º34.71%52.55%-
HSV(B)224.29º47.73%69.02%-
XYZ18.2717.4443.48-
YUV114.49162.71111.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.08%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 176 (69.14% from 255) = 46.07%
R=24.08%
G=29.84%
B=46.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921141760.480.3500.31224.2934.7152.55
Hex5C72B0302301Fe02335
Octal13416226060430373404365
Binary101110011100101011000011000010001101111111100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C72B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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