#57567A

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

Shades of Comet #57567A

Tints of Comet #57567A

Color information

#57567A (or 0x57567A) is unknown color: approx Comet. HEX triplet: 57, 56 and 7A. RGB value is (87,86,122). Sum of RGB (Red+Green+Blue) = 87+86+122=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #57567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57567A is #A8A985. Grayscale: #5A5A5A. Windows color (decimal): -11053446 or 8017495. OLE color: 8017495.

HSL color Cylindrical-coordinate representation of color #57567A: hue angle of 241.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57567A is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8786122-
CMYK0.290.3000.52
HSL241.67º17.31%40.78%-
HSV(B)241.67º29.51%47.84%-
XYZ10.7710.0919.79-
YUV90.4145.83125.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=29.49%
G=29.15%
B=41.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87861220.290.3000.52241.6717.3140.78
Hex57567A1D1E034f21129
Octal12712617235360643622151
Binary101011110101101111010111011111001101001111001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57567A; }

 p { color: rgb(87,86,122); }

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

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

 a { background-color: rgb(87,86,122); }

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

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

 span { border-color: rgb(87,86,122); }

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