#175B64

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

Shades of Blue Stone #175B64

Tints of Blue Stone #175B64

Color information

#175B64 (or 0x175B64) is unknown color: approx Blue Stone. HEX triplet: 17, 5B and 64. RGB value is (23,91,100). Sum of RGB (Red+Green+Blue) = 23+91+100=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #175B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B64 is #E8A49B. Grayscale: #474747. Windows color (decimal): -15246492 or 6576919. OLE color: 6576919.

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

Color convert

RGB2391100-
CMYK0.770.0900.61
HSL187.01º62.6%24.12%-
HSV(B)187.01º77%39.22%-
XYZ6.398.5813.38-
YUV71.69143.9793.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.75%
GREEN value IS 91 (35.94% from 255) = 42.52%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=10.75%
G=42.52%
B=46.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23911000.770.0900.61187.0162.624.12
Hex175B644D903Dbb3f18
Octal27133144115110752737730
Binary10111101101111001001001101100101111011011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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