#175959

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

Shades of Blue Stone #175959

Tints of Blue Stone #175959

Color information

#175959 (or 0x175959) is unknown color: approx Blue Stone. HEX triplet: 17, 59 and 59. RGB value is (23,89,89). Sum of RGB (Red+Green+Blue) = 23+89+89=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #175959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175959 is #E8A6A6. Grayscale: #454545. Windows color (decimal): -15247015 or 5855511. OLE color: 5855511.

HSL color Cylindrical-coordinate representation of color #175959: hue angle of 180º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175959 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB238989-
CMYK0.74000.65
HSL180º58.93%21.96%-
HSV(B)180º74.16%34.9%-
XYZ5.738.0510.7-
YUV69.27139.1395-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.44%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=11.44%
G=44.28%
B=44.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2389890.74000.6518058.9321.96
Hex1759594A0041b43b16
Octal27131131112001012647326
Binary101111011001101100110010100010000011011010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175959; }

 p { color: rgb(23,89,89); }

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

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

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

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

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

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

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