#135B58

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

Shades of Blue Stone #135B58

Tints of Blue Stone #135B58

Color information

#135B58 (or 0x135B58) is unknown color: approx Blue Stone. HEX triplet: 13, 5B and 58. RGB value is (19,91,88). Sum of RGB (Red+Green+Blue) = 19+91+88=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #135B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B58 is #ECA4A7. Grayscale: #454545. Windows color (decimal): -15508648 or 5790483. OLE color: 5790483.

HSL color Cylindrical-coordinate representation of color #135B58: hue angle of 177.5º 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 #135B58 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB199188-
CMYK0.7900.030.64
HSL177.5º65.45%21.57%-
HSV(B)177.5º79.12%35.69%-
XYZ5.778.3310.54-
YUV69.13138.6592.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=9.60%
G=45.96%
B=44.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991880.7900.030.64177.565.4521.57
Hex135B584F0340b24116
Octal231331301170310026210126
Binary10011101101110110001001111011100000010110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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