#17545D

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

Shades of Blue Stone #17545D

Tints of Blue Stone #17545D

Color information

#17545D (or 0x17545D) is unknown color: approx Blue Stone. HEX triplet: 17, 54 and 5D. RGB value is (23,84,93). Sum of RGB (Red+Green+Blue) = 23+84+93=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #17545D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17545D is #E8ABA2. Grayscale: #424242. Windows color (decimal): -15248291 or 6116375. OLE color: 6116375.

HSL color Cylindrical-coordinate representation of color #17545D: hue angle of 187.71º 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 #17545D is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB238493-
CMYK0.750.1000.64
HSL187.71º60.34%22.75%-
HSV(B)187.71º75.27%36.47%-
XYZ5.57.3111.48-
YUV66.79142.7996.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.5%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=11.5%
G=42%
B=46.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2384930.750.1000.64187.7160.3422.75
Hex17545D4BA040bc3c17
Octal271241351131201002747427
Binary101111010100101110110010111010010000001011110011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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