#175963

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

Shades of Blue Stone #175963

Tints of Blue Stone #175963

Color information

#175963 (or 0x175963) is unknown color: approx Blue Stone. HEX triplet: 17, 59 and 63. RGB value is (23,89,99). Sum of RGB (Red+Green+Blue) = 23+89+99=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #175963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175963 is #E8A69C. Grayscale: #464646. Windows color (decimal): -15247005 or 6510871. OLE color: 6510871.

HSL color Cylindrical-coordinate representation of color #175963: hue angle of 187.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175963 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB238999-
CMYK0.770.1000.61
HSL187.89º62.3%23.92%-
HSV(B)187.89º76.77%38.82%-
XYZ6.188.2313.07-
YUV70.41144.1394.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.90%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=10.90%
G=42.18%
B=46.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2389990.770.1000.61187.8962.323.92
Hex1759634DA03Dbc3e18
Octal27131143115120752747630
Binary10111101100111000111001101101001111011011110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175963; }

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

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

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

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

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

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

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

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