#175B63

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

Shades of Blue Stone #175B63

Tints of Blue Stone #175B63

Color information

#175B63 (or 0x175B63) is unknown color: approx Blue Stone. HEX triplet: 17, 5B and 63. RGB value is (23,91,99). Sum of RGB (Red+Green+Blue) = 23+91+99=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #175B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B63 is #E8A49C. Grayscale: #474747. Windows color (decimal): -15246493 or 6511383. OLE color: 6511383.

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

Color convert

RGB239199-
CMYK0.770.0800.61
HSL186.32º62.3%23.92%-
HSV(B)186.32º76.77%38.82%-
XYZ6.358.5713.12-
YUV71.58143.4793.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=10.80%
G=42.72%
B=46.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2391990.770.0800.61186.3262.323.92
Hex175B634D803Dba3e18
Octal27133143115100752727630
Binary10111101101111000111001101100001111011011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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