#135F55

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

Shades of Blue Stone #135F55

Tints of Blue Stone #135F55

Color information

#135F55 (or 0x135F55) is unknown color: approx Blue Stone. HEX triplet: 13, 5F and 55. RGB value is (19,95,85). Sum of RGB (Red+Green+Blue) = 19+95+85=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #135F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F55 is #ECA0AA. Grayscale: #474747. Windows color (decimal): -15507627 or 5594899. OLE color: 5594899.

HSL color Cylindrical-coordinate representation of color #135F55: hue angle of 172.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F55 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB199585-
CMYK0.8000.110.63
HSL172.11º66.67%22.35%-
HSV(B)172.11º80%37.25%-
XYZ68.9810.01-
YUV71.14135.8290.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=9.55%
G=47.74%
B=42.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995850.8000.110.63172.1166.6722.35
Hex135F55500B3Fac4316
Octal231371251200137725410326
Binary100111011111101010110100000101111111110101100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,95,85); }

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

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

 a { background-color: rgb(19,95,85); }

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

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

 span { border-color: rgb(19,95,85); }

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