#176058

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

Shades of Blue Stone #176058

Tints of Blue Stone #176058

Color information

#176058 (or 0x176058) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 58. RGB value is (23,96,88). Sum of RGB (Red+Green+Blue) = 23+96+88=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #176058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176058 is #E89FA7. Grayscale: #494949. Windows color (decimal): -15245224 or 5791767. OLE color: 5791767.

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

Color convert

RGB239688-
CMYK0.7600.080.62
HSL173.42º61.34%23.33%-
HSV(B)173.42º76.04%37.65%-
XYZ6.39.2510.69-
YUV73.26136.3292.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.11%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=11.11%
G=46.38%
B=42.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396880.7600.080.62173.4261.3423.33
Hex1760584C083Ead3d17
Octal27140130114010762557527
Binary10111110000010110001001100010001111101010110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176058; }

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

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

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

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

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

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

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

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