#175961

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

Shades of Blue Stone #175961

Tints of Blue Stone #175961

Color information

#175961 (or 0x175961) is unknown color: approx Blue Stone. HEX triplet: 17, 59 and 61. RGB value is (23,89,97). Sum of RGB (Red+Green+Blue) = 23+89+97=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #175961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175961 is #E8A69E. Grayscale: #464646. Windows color (decimal): -15247007 or 6379799. OLE color: 6379799.

HSL color Cylindrical-coordinate representation of color #175961: hue angle of 186.49º 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 #175961 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB238997-
CMYK0.760.0800.62
HSL186.49º61.67%23.53%-
HSV(B)186.49º76.29%38.04%-
XYZ6.088.1912.57-
YUV70.18143.1394.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.00%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=11.00%
G=42.58%
B=46.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2389970.760.0800.62186.4961.6723.53
Hex1759614C803Eba3e18
Octal27131141114100762727630
Binary10111101100111000011001100100001111101011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175961; }

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

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

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

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

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

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

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

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