#5C72CD

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

Shades of Chetwode Blue #5C72CD

Tints of Chetwode Blue #5C72CD

Color information

#5C72CD (or 0x5C72CD) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 72 and CD. RGB value is (92,114,205). Sum of RGB (Red+Green+Blue) = 92+114+205=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C72CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C72CD is #A38D32. Grayscale: #757575. Windows color (decimal): -10718515 or 13464156. OLE color: 13464156.

HSL color Cylindrical-coordinate representation of color #5C72CD: hue angle of 228.32º degrees, saturation: 0.53, 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 #5C72CD is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92114205-
CMYK0.550.4400.20
HSL228.32º53.05%58.24%-
HSV(B)228.32º55.12%80.39%-
XYZ21.4518.7260.24-
YUV117.8177.21109.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.38%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=22.38%
G=27.74%
B=49.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921142050.550.4400.20228.3253.0558.24
Hex5C72CD372C014e4353a
Octal13416231567540243446572
Binary101110011100101100110111011110110001010011100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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