#575D7A

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

Shades of Comet #575D7A

Tints of Comet #575D7A

Color information

#575D7A (or 0x575D7A) is unknown color: approx Comet. HEX triplet: 57, 5D and 7A. RGB value is (87,93,122). Sum of RGB (Red+Green+Blue) = 87+93+122=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #575D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D7A is #A8A285. Grayscale: #5E5E5E. Windows color (decimal): -11051654 or 8019287. OLE color: 8019287.

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

Color convert

RGB8793122-
CMYK0.290.2400.52
HSL229.71º16.75%40.98%-
HSV(B)229.71º28.69%47.84%-
XYZ11.3611.2619.99-
YUV94.51143.51122.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=28.81%
G=30.79%
B=40.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87931220.290.2400.52229.7116.7540.98
Hex575D7A1D18034e61129
Octal12713517235300643462151
Binary101011110111011111010111011100001101001110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575D7A; }

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

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

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

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

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

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

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

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