#535372

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

Shades of Comet #535372

Tints of Comet #535372

Color information

#535372 (or 0x535372) is unknown color: approx Comet. HEX triplet: 53, 53 and 72. RGB value is (83,83,114). Sum of RGB (Red+Green+Blue) = 83+83+114=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #535372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535372 is #ACAC8D. Grayscale: #565656. Windows color (decimal): -11316366 or 7492435. OLE color: 7492435.

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

Color convert

RGB8383114-
CMYK0.270.2700.55
HSL240º15.74%38.63%-
HSV(B)240º27.19%44.71%-
XYZ9.79.2417.19-
YUV86.53143.5125.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=29.64%
G=29.64%
B=40.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83831140.270.2700.5524015.7438.63
Hex5353721B1B037f01027
Octal12312316233330673602047
Binary101001110100111110010110111101101101111111000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535372; }

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

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

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

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

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

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

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

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