#17605D

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

Shades of Blue Stone #17605D

Tints of Blue Stone #17605D

Color information

#17605D (or 0x17605D) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 5D. RGB value is (23,96,93). Sum of RGB (Red+Green+Blue) = 23+96+93=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #17605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17605D is #E89FA2. Grayscale: #494949. Windows color (decimal): -15245219 or 6119447. OLE color: 6119447.

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

Color convert

RGB239693-
CMYK0.7600.030.62
HSL177.53º61.34%23.33%-
HSV(B)177.53º76.04%37.65%-
XYZ6.519.3411.82-
YUV73.83138.8291.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.85%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=10.85%
G=45.28%
B=43.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396930.7600.030.62177.5361.3423.33
Hex17605D4C033Eb23d17
Octal2714013511403762627527
Binary101111100000101110110011000111111101011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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