#135B59

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

Shades of Blue Stone #135B59

Tints of Blue Stone #135B59

Color information

#135B59 (or 0x135B59) is unknown color: approx Blue Stone. HEX triplet: 13, 5B and 59. RGB value is (19,91,89). Sum of RGB (Red+Green+Blue) = 19+91+89=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #135B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B59 is #ECA4A6. Grayscale: #454545. Windows color (decimal): -15508647 or 5856019. OLE color: 5856019.

HSL color Cylindrical-coordinate representation of color #135B59: hue angle of 178.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B59 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB199189-
CMYK0.7900.020.64
HSL178.33º65.45%21.57%-
HSV(B)178.33º79.12%35.69%-
XYZ5.818.3410.75-
YUV69.24139.1592.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 91 (35.94% from 255) = 45.73%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=9.55%
G=45.73%
B=44.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991890.7900.020.64178.3365.4521.57
Hex135B594F0240b24116
Octal231331311170210026210126
Binary10011101101110110011001111010100000010110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135B59; }

 p { color: rgb(19,91,89); }

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

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

 a { background-color: rgb(19,91,89); }

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

<style>
 span { border-color: #135B59; }

 span { border-color: rgb(19,91,89); }

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