#17585D

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

Shades of Blue Stone #17585D

Tints of Blue Stone #17585D

Color information

#17585D (or 0x17585D) is unknown color: approx Blue Stone. HEX triplet: 17, 58 and 5D. RGB value is (23,88,93). Sum of RGB (Red+Green+Blue) = 23+88+93=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #17585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17585D is #E8A7A2. Grayscale: #454545. Windows color (decimal): -15247267 or 6117399. OLE color: 6117399.

HSL color Cylindrical-coordinate representation of color #17585D: hue angle of 184.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17585D is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB238893-
CMYK0.750.0500.64
HSL184.29º60.34%22.75%-
HSV(B)184.29º75.27%36.47%-
XYZ5.827.9511.58-
YUV69.14141.4795.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.27%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=11.27%
G=43.14%
B=45.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2388930.750.0500.64184.2960.3422.75
Hex17585D4B5040b83c17
Octal27130135113501002707427
Binary10111101100010111011001011101010000001011100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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