#17545a

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

Shades of Blue Stone #17545A

Tints of Blue Stone #17545A

Color information

#17545A (or 0x17545A) is unknown color: approx Blue Stone. HEX triplet: 17, 54 and 5A. RGB value is (23,84,90). Sum of RGB (Red+Green+Blue) = 23+84+90=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #17545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17545A is #E8ABA5. Grayscale: #424242. Windows color (decimal): -15248294 or 5919767. OLE color: 5919767.

HSL color Cylindrical-coordinate representation of color #17545A: hue angle of 185.37º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17545A is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB238490-
CMYK0.740.0700.65
HSL185.37º59.29%22.16%-
HSV(B)185.37º74.44%35.29%-
XYZ5.377.2610.79-
YUV66.45141.2997.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.68%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=11.68%
G=42.64%
B=45.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2384900.740.0700.65185.3759.2922.16
Hex17545A4A7041b93b16
Octal27124132112701012717326
Binary10111101010010110101001010111010000011011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17545a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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