#175256

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

Shades of Blue Stone #175256

Tints of Blue Stone #175256

Color information

#175256 (or 0x175256) is unknown color: approx Blue Stone. HEX triplet: 17, 52 and 56. RGB value is (23,82,86). Sum of RGB (Red+Green+Blue) = 23+82+86=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #175256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175256 is #E8ADA9. Grayscale: #404040. Windows color (decimal): -15248810 or 5657111. OLE color: 5657111.

HSL color Cylindrical-coordinate representation of color #175256: hue angle of 183.81º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175256 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB238286-
CMYK0.730.0500.66
HSL183.81º57.8%21.37%-
HSV(B)183.81º73.26%33.73%-
XYZ5.056.899.87-
YUV64.82139.9598.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=12.04%
G=42.93%
B=45.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2382860.730.0500.66183.8157.821.37
Hex175256495042b83a15
Octal27122126111501022707225
Binary10111101001010101101001001101010000101011100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175256; }

 p { color: rgb(23,82,86); }

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

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

 a { background-color: rgb(23,82,86); }

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

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

 span { border-color: rgb(23,82,86); }

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