#525373

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

Shades of Comet #525373

Tints of Comet #525373

Color information

#525373 (or 0x525373) is unknown color: approx Comet. HEX triplet: 52, 53 and 73. RGB value is (82,83,115). Sum of RGB (Red+Green+Blue) = 82+83+115=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #525373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525373 is #ADAC8C. Grayscale: #565656. Windows color (decimal): -11381901 or 7557970. OLE color: 7557970.

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

Color convert

RGB8283115-
CMYK0.290.2800.55
HSL238.18º16.75%38.63%-
HSV(B)238.18º28.7%45.1%-
XYZ9.679.2217.49-
YUV86.35144.17124.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=29.29%
G=29.64%
B=41.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82831150.290.2800.55238.1816.7538.63
Hex5253731D1C037ee1127
Octal12212316335340673562147
Binary101001010100111110011111011110001101111110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525373; }

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

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

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

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

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

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

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

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