#175F61

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

Shades of Blue Stone #175F61

Tints of Blue Stone #175F61

Color information

#175F61 (or 0x175F61) is unknown color: approx Blue Stone. HEX triplet: 17, 5F and 61. RGB value is (23,95,97). Sum of RGB (Red+Green+Blue) = 23+95+97=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #175F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F61 is #E8A09E. Grayscale: #494949. Windows color (decimal): -15245471 or 6381335. OLE color: 6381335.

HSL color Cylindrical-coordinate representation of color #175F61: hue angle of 181.62º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F61 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB239597-
CMYK0.760.0200.62
HSL181.62º61.67%23.53%-
HSV(B)181.62º76.29%38.04%-
XYZ6.69.2312.74-
YUV73.7141.1591.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=10.70%
G=44.19%
B=45.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2395970.760.0200.62181.6261.6723.53
Hex175F614C203Eb63e18
Octal2713714111420762667630
Binary101111011111110000110011001001111101011011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175F61; }

 p { color: rgb(23,95,97); }

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

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

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

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

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

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

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