#175B65

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

Shades of Blue Stone #175B65

Tints of Blue Stone #175B65

Color information

#175B65 (or 0x175B65) is unknown color: approx Blue Stone. HEX triplet: 17, 5B and 65. RGB value is (23,91,101). Sum of RGB (Red+Green+Blue) = 23+91+101=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #175B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B65 is #E8A49A. Grayscale: #474747. Windows color (decimal): -15246491 or 6642455. OLE color: 6642455.

HSL color Cylindrical-coordinate representation of color #175B65: hue angle of 187.69º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175B65 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2391101-
CMYK0.770.1000.60
HSL187.69º62.9%24.31%-
HSV(B)187.69º77.23%39.61%-
XYZ6.448.613.63-
YUV71.81144.4793.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=10.70%
G=42.33%
B=46.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23911010.770.1000.60187.6962.924.31
Hex175B654DA03Cbc3f18
Octal27133145115120742747730
Binary10111101101111001011001101101001111001011110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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