#535578

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

Shades of Comet #535578

Tints of Comet #535578

Color information

#535578 (or 0x535578) is unknown color: approx Comet. HEX triplet: 53, 55 and 78. RGB value is (83,85,120). Sum of RGB (Red+Green+Blue) = 83+85+120=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #535578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535578 is #ACAA87. Grayscale: #585858. Windows color (decimal): -11315848 or 7886163. OLE color: 7886163.

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

Color convert

RGB8385120-
CMYK0.310.2900.53
HSL236.76º18.23%39.8%-
HSV(B)236.76º30.83%47.06%-
XYZ10.219.6919.1-
YUV88.39145.84124.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=28.82%
G=29.51%
B=41.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83851200.310.2900.53236.7618.2339.8
Hex5355781F1D035ed1228
Octal12312517037350653552250
Binary101001110101011111000111111110101101011110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535578; }

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

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

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

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

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

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

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

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