#175E65

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

Shades of Blue Stone #175E65

Tints of Blue Stone #175E65

Color information

#175E65 (or 0x175E65) is unknown color: approx Blue Stone. HEX triplet: 17, 5E and 65. RGB value is (23,94,101). Sum of RGB (Red+Green+Blue) = 23+94+101=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #175E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E65 is #E8A19A. Grayscale: #494949. Windows color (decimal): -15245723 or 6643223. OLE color: 6643223.

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

Color convert

RGB2394101-
CMYK0.770.0700.60
HSL185.38º62.9%24.31%-
HSV(B)185.38º77.23%39.61%-
XYZ6.719.1313.72-
YUV73.57143.4891.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.55%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=10.55%
G=43.12%
B=46.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23941010.770.0700.60185.3862.924.31
Hex175E654D703Cb93f18
Octal2713614511570742717730
Binary1011110111101100101100110111101111001011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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