#535272

Color #535272 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #535272

Tints of Comet #535272

Color information

#535272 (or 0x535272) is unknown color: approx Comet. HEX triplet: 53, 52 and 72. RGB value is (83,82,114). Sum of RGB (Red+Green+Blue) = 83+82+114=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #535272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535272 is #ACAD8D. Grayscale: #555555. Windows color (decimal): -11316622 or 7492179. OLE color: 7492179.

HSL color Cylindrical-coordinate representation of color #535272: hue angle of 241.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535272 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8382114-
CMYK0.270.2800.55
HSL241.88º16.33%38.43%-
HSV(B)241.88º28.07%44.71%-
XYZ9.629.0917.17-
YUV85.95143.83125.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=29.75%
G=29.39%
B=40.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83821140.270.2800.55241.8816.3338.43
Hex5352721B1C037f21026
Octal12312216233340673622046
Binary101001110100101110010110111110001101111111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535272; }

 p { color: rgb(83,82,114); }

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

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

 a { background-color: rgb(83,82,114); }

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

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

 span { border-color: rgb(83,82,114); }

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