#535378

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

Shades of Comet #535378

Tints of Comet #535378

Color information

#535378 (or 0x535378) is unknown color: approx Comet. HEX triplet: 53, 53 and 78. RGB value is (83,83,120). Sum of RGB (Red+Green+Blue) = 83+83+120=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #535378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535378 is #ACAC87. Grayscale: #575757. Windows color (decimal): -11316360 or 7885651. OLE color: 7885651.

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

Color convert

RGB8383120-
CMYK0.310.3100.53
HSL240º18.23%39.8%-
HSV(B)240º30.83%47.06%-
XYZ10.059.3819.05-
YUV87.22146.5124.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=29.02%
G=29.02%
B=41.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83831200.310.3100.5324018.2339.8
Hex5353781F1F035f01228
Octal12312317037370653602250
Binary101001110100111111000111111111101101011111000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535378; }

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

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

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

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

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

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

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

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