#176056

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

Shades of Blue Stone #176056

Tints of Blue Stone #176056

Color information

#176056 (or 0x176056) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 56. RGB value is (23,96,86). Sum of RGB (Red+Green+Blue) = 23+96+86=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #176056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176056 is #E89FA9. Grayscale: #494949. Windows color (decimal): -15245226 or 5660695. OLE color: 5660695.

HSL color Cylindrical-coordinate representation of color #176056: hue angle of 171.78º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176056 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB239686-
CMYK0.7600.100.62
HSL171.78º61.34%23.33%-
HSV(B)171.78º76.04%37.65%-
XYZ6.229.2210.26-
YUV73.03135.3292.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.22%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=11.22%
G=46.83%
B=41.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396860.7600.100.62171.7861.3423.33
Hex1760564C0A3Eac3d17
Octal27140126114012762547527
Binary10111110000010101101001100010101111101010110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176056; }

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

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

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

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

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

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

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

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