#535371

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

Shades of Comet #535371

Tints of Comet #535371

Color information

#535371 (or 0x535371) is unknown color: approx Comet. HEX triplet: 53, 53 and 71. RGB value is (83,83,113). Sum of RGB (Red+Green+Blue) = 83+83+113=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #535371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535371 is #ACAC8E. Grayscale: #565656. Windows color (decimal): -11316367 or 7426899. OLE color: 7426899.

HSL color Cylindrical-coordinate representation of color #535371: hue angle of 240º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535371 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8383113-
CMYK0.270.2700.56
HSL240º15.31%38.43%-
HSV(B)240º26.55%44.31%-
XYZ9.649.2216.89-
YUV86.42143125.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=29.75%
G=29.75%
B=40.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83831130.270.2700.5624015.3138.43
Hex5353711B1B038f0f26
Octal12312316133330703601746
Binary10100111010011111000111011110110111000111100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535371; }

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

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

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

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

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

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

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

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