#575B75

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

Shades of Comet #575B75

Tints of Comet #575B75

Color information

#575B75 (or 0x575B75) is unknown color: approx Comet. HEX triplet: 57, 5B and 75. RGB value is (87,91,117). Sum of RGB (Red+Green+Blue) = 87+91+117=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #575B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B75 is #A8A48A. Grayscale: #5C5C5C. Windows color (decimal): -11052171 or 7691095. OLE color: 7691095.

HSL color Cylindrical-coordinate representation of color #575B75: hue angle of 232º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575B75 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8791117-
CMYK0.260.2200.54
HSL232º14.71%40%-
HSV(B)232º25.64%45.88%-
XYZ10.8810.7918.34-
YUV92.77141.67123.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=29.49%
G=30.85%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87911170.260.2200.5423214.7140
Hex575B751A16036e8f28
Octal12713316532260663501750
Binary10101111011011111010111010101100110110111010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,117); }

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

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

 a { background-color: rgb(87,91,117); }

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

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

 span { border-color: rgb(87,91,117); }

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