#115A5A

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

Shades of Blue Stone #115A5A

Tints of Blue Stone #115A5A

Color information

#115A5A (or 0x115A5A) is unknown color: approx Blue Stone. HEX triplet: 11, 5A and 5A. RGB value is (17,90,90). Sum of RGB (Red+Green+Blue) = 17+90+90=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #115A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A5A is #EEA5A5. Grayscale: #444444. Windows color (decimal): -15639974 or 5921297. OLE color: 5921297.

HSL color Cylindrical-coordinate representation of color #115A5A: hue angle of 180º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A5A is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB179090-
CMYK0.81000.65
HSL180º68.22%20.98%-
HSV(B)180º81.11%35.29%-
XYZ5.738.1710.95-
YUV68.17140.3291.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=8.63%
G=45.69%
B=45.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790900.81000.6518068.2220.98
Hex115A5A510041b44415
Octal211321321210010126410425
Binary1000110110101011010101000100100000110110100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115A5A; }

 p { color: rgb(17,90,90); }

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

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

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

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

<style>
 span { border-color: #115A5A; }

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

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