#175D68

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

Shades of Blue Stone #175D68

Tints of Blue Stone #175D68

Color information

#175D68 (or 0x175D68) is unknown color: approx Blue Stone. HEX triplet: 17, 5D and 68. RGB value is (23,93,104). Sum of RGB (Red+Green+Blue) = 23+93+104=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #175D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D68 is #E8A297. Grayscale: #494949. Windows color (decimal): -15245976 or 6839575. OLE color: 6839575.

HSL color Cylindrical-coordinate representation of color #175D68: hue angle of 188.15º 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 #175D68 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2393104-
CMYK0.780.1100.59
HSL188.15º63.78%24.9%-
HSV(B)188.15º77.88%40.78%-
XYZ6.779.0114.48-
YUV73.32145.3192.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=10.45%
G=42.27%
B=47.27%

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
Decimal23931040.780.1100.59188.1563.7824.9
Hex175D684EB03Bbc4019
Octal271351501161307327410031
Binary101111011101110100010011101011011101110111100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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