#135D58

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

Shades of Blue Stone #135D58

Tints of Blue Stone #135D58

Color information

#135D58 (or 0x135D58) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 58. RGB value is (19,93,88). Sum of RGB (Red+Green+Blue) = 19+93+88=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #135D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D58 is #ECA2A7. Grayscale: #464646. Windows color (decimal): -15508136 or 5790995. OLE color: 5790995.

HSL color Cylindrical-coordinate representation of color #135D58: hue angle of 175.95º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D58 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB199388-
CMYK0.8000.050.64
HSL175.95º66.07%21.96%-
HSV(B)175.95º79.57%36.47%-
XYZ5.948.6710.59-
YUV70.3137.9891.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 93 (36.72% from 255) = 46.5%
BLUE value IS 88 (34.77% from 255) = 44%
R=9.5%
G=46.5%
B=44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1993880.8000.050.64175.9566.0721.96
Hex135D58500540b04216
Octal231351301200510026010226
Binary100111011101101100010100000101100000010110000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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