#595F7B

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

Shades of Comet #595F7B

Tints of Comet #595F7B

Color information

#595F7B (or 0x595F7B) is unknown color: approx Comet. HEX triplet: 59, 5F and 7B. RGB value is (89,95,123). Sum of RGB (Red+Green+Blue) = 89+95+123=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #595F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F7B is #A6A084. Grayscale: #606060. Windows color (decimal): -10920069 or 8085337. OLE color: 8085337.

HSL color Cylindrical-coordinate representation of color #595F7B: hue angle of 229.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595F7B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8995123-
CMYK0.280.2300.52
HSL229.41º16.04%41.57%-
HSV(B)229.41º27.64%48.24%-
XYZ11.7911.7420.38-
YUV96.4143.01122.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=28.99%
G=30.94%
B=40.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89951230.280.2300.52229.4116.0441.57
Hex595F7B1C17034e5102a
Octal13113717334270643452052
Binary101100110111111111011111001011101101001110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F7B; }

 p { color: rgb(89,95,123); }

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

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

 a { background-color: rgb(89,95,123); }

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

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

 span { border-color: rgb(89,95,123); }

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