#175F63

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

Shades of Blue Stone #175F63

Tints of Blue Stone #175F63

Color information

#175F63 (or 0x175F63) is unknown color: approx Blue Stone. HEX triplet: 17, 5F and 63. RGB value is (23,95,99). Sum of RGB (Red+Green+Blue) = 23+95+99=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #175F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F63 is #E8A09C. Grayscale: #494949. Windows color (decimal): -15245469 or 6512407. OLE color: 6512407.

HSL color Cylindrical-coordinate representation of color #175F63: hue angle of 183.16º 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 #175F63 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB239599-
CMYK0.770.0400.61
HSL183.16º62.3%23.92%-
HSV(B)183.16º76.77%38.82%-
XYZ6.79.2713.24-
YUV73.93142.1591.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.60%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=10.60%
G=43.78%
B=45.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2395990.770.0400.61183.1662.323.92
Hex175F634D403Db73e18
Octal2713714311540752677630
Binary1011110111111100011100110110001111011011011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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