#525375

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

Shades of Comet #525375

Tints of Comet #525375

Color information

#525375 (or 0x525375) is unknown color: approx Comet. HEX triplet: 52, 53 and 75. RGB value is (82,83,117). Sum of RGB (Red+Green+Blue) = 82+83+117=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #525375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525375 is #ADAC8A. Grayscale: #565656. Windows color (decimal): -11381899 or 7689042. OLE color: 7689042.

HSL color Cylindrical-coordinate representation of color #525375: hue angle of 238.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525375 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8283117-
CMYK0.300.2900.54
HSL238.29º17.59%39.02%-
HSV(B)238.29º29.91%45.88%-
XYZ9.789.2618.1-
YUV86.58145.17124.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=29.08%
G=29.43%
B=41.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82831170.300.2900.54238.2917.5939.02
Hex5253751E1D036ee1227
Octal12212316536350663562247
Binary101001010100111110101111101110101101101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525375; }

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

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

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

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

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

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

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

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