#176055

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

Shades of Blue Stone #176055

Tints of Blue Stone #176055

Color information

#176055 (or 0x176055) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 55. RGB value is (23,96,85). Sum of RGB (Red+Green+Blue) = 23+96+85=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #176055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176055 is #E89FAA. Grayscale: #484848. Windows color (decimal): -15245227 or 5595159. OLE color: 5595159.

HSL color Cylindrical-coordinate representation of color #176055: hue angle of 170.96º 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 #176055 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB239685-
CMYK0.7600.110.62
HSL170.96º61.34%23.33%-
HSV(B)170.96º76.04%37.65%-
XYZ6.189.210.05-
YUV72.92134.8292.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.27%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=11.27%
G=47.06%
B=41.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396850.7600.110.62170.9661.3423.33
Hex1760554C0B3Eab3d17
Octal27140125114013762537527
Binary10111110000010101011001100010111111101010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176055; }

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

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

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

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

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

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

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

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