#575674

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

Shades of Comet #575674

Tints of Comet #575674

Color information

#575674 (or 0x575674) is unknown color: approx Comet. HEX triplet: 57, 56 and 74. RGB value is (87,86,116). Sum of RGB (Red+Green+Blue) = 87+86+116=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #575674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575674 is #A8A98B. Grayscale: #595959. Windows color (decimal): -11053452 or 7624279. OLE color: 7624279.

HSL color Cylindrical-coordinate representation of color #575674: hue angle of 242º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575674 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8786116-
CMYK0.250.2600.55
HSL242º14.85%39.61%-
HSV(B)242º25.86%45.49%-
XYZ10.419.9417.89-
YUV89.72142.83126.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=30.10%
G=29.76%
B=40.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87861160.250.2600.5524214.8539.61
Hex575674191A037f2f28
Octal12712616431320673621750
Binary10101111010110111010011001110100110111111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575674; }

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

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

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

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

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

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

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

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