#535577

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

Shades of Comet #535577

Tints of Comet #535577

Color information

#535577 (or 0x535577) is unknown color: approx Comet. HEX triplet: 53, 55 and 77. RGB value is (83,85,119). Sum of RGB (Red+Green+Blue) = 83+85+119=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #535577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535577 is #ACAA88. Grayscale: #585858. Windows color (decimal): -11315849 or 7820627. OLE color: 7820627.

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

Color convert

RGB8385119-
CMYK0.300.2900.53
HSL236.67º17.82%39.61%-
HSV(B)236.67º30.25%46.67%-
XYZ10.159.6718.78-
YUV88.28145.34124.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=28.92%
G=29.62%
B=41.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83851190.300.2900.53236.6717.8239.61
Hex5355771E1D035ed1228
Octal12312516736350653552250
Binary101001110101011110111111101110101101011110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535577; }

 p { color: rgb(83,85,119); }

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

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

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

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

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

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

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