#175D69

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

Shades of Blue Stone #175D69

Tints of Blue Stone #175D69

Color information

#175D69 (or 0x175D69) is unknown color: approx Blue Stone. HEX triplet: 17, 5D and 69. RGB value is (23,93,105). Sum of RGB (Red+Green+Blue) = 23+93+105=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #175D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D69 is #E8A296. Grayscale: #494949. Windows color (decimal): -15245975 or 6905111. OLE color: 6905111.

HSL color Cylindrical-coordinate representation of color #175D69: hue angle of 188.78º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175D69 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2393105-
CMYK0.780.1100.59
HSL188.78º64.06%25.1%-
HSV(B)188.78º78.1%41.18%-
XYZ6.829.0314.75-
YUV73.44145.8192.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.41%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=10.41%
G=42.08%
B=47.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23931050.780.1100.59188.7864.0625.1
Hex175D694EB03Bbd4019
Octal271351511161307327510031
Binary101111011101110100110011101011011101110111101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,93,105); }

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

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

 a { background-color: rgb(23,93,105); }

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

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

 span { border-color: rgb(23,93,105); }

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