#17605B

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

Shades of Blue Stone #17605B

Tints of Blue Stone #17605B

Color information

#17605B (or 0x17605B) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 5B. RGB value is (23,96,91). Sum of RGB (Red+Green+Blue) = 23+96+91=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #17605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17605B is #E89FA4. Grayscale: #494949. Windows color (decimal): -15245221 or 5988375. OLE color: 5988375.

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

Color convert

RGB239691-
CMYK0.7600.050.62
HSL175.89º61.34%23.33%-
HSV(B)175.89º76.04%37.65%-
XYZ6.429.311.35-
YUV73.6137.8291.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.95%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=10.95%
G=45.71%
B=43.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396910.7600.050.62175.8961.3423.33
Hex17605B4C053Eb03d17
Octal2714013311405762607527
Binary1011111000001011011100110001011111101011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17605B; }

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

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

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

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

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

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

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

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