#535471

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

Shades of Comet #535471

Tints of Comet #535471

Color information

#535471 (or 0x535471) is unknown color: approx Comet. HEX triplet: 53, 54 and 71. RGB value is (83,84,113). Sum of RGB (Red+Green+Blue) = 83+84+113=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #535471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535471 is #ACAB8E. Grayscale: #565656. Windows color (decimal): -11316111 or 7427155. OLE color: 7427155.

HSL color Cylindrical-coordinate representation of color #535471: hue angle of 238º 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 #535471 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8384113-
CMYK0.270.2600.56
HSL238º15.31%38.43%-
HSV(B)238º26.55%44.31%-
XYZ9.729.3716.92-
YUV87.01142.67125.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=29.64%
G=30%
B=40.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83841130.270.2600.5623815.3138.43
Hex5354711B1A038eef26
Octal12312416133320703561746
Binary10100111010100111000111011110100111000111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535471; }

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

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

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

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

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

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

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

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