#535478

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

Shades of Comet #535478

Tints of Comet #535478

Color information

#535478 (or 0x535478) is unknown color: approx Comet. HEX triplet: 53, 54 and 78. RGB value is (83,84,120). Sum of RGB (Red+Green+Blue) = 83+84+120=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #535478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535478 is #ACAB87. Grayscale: #575757. Windows color (decimal): -11316104 or 7885907. OLE color: 7885907.

HSL color Cylindrical-coordinate representation of color #535478: hue angle of 238.38º 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 #535478 is Cyan = 0.31, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8384120-
CMYK0.310.300.53
HSL238.38º18.23%39.8%-
HSV(B)238.38º30.83%47.06%-
XYZ10.139.5419.08-
YUV87.8146.17124.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=28.92%
G=29.27%
B=41.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83841200.310.300.53238.3818.2339.8
Hex5354781F1E035ee1228
Octal12312417037360653562250
Binary101001110101001111000111111111001101011110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535478; }

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

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

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

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

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

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

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

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