#135656

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

Shades of Blue Stone #135656

Tints of Blue Stone #135656

Color information

#135656 (or 0x135656) is unknown color: approx Blue Stone. HEX triplet: 13, 56 and 56. RGB value is (19,86,86). Sum of RGB (Red+Green+Blue) = 19+86+86=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #135656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135656 is #ECA9A9. Grayscale: #414141. Windows color (decimal): -15509930 or 5658131. OLE color: 5658131.

HSL color Cylindrical-coordinate representation of color #135656: hue angle of 180º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135656 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB198686-
CMYK0.78000.66
HSL180º63.81%20.59%-
HSV(B)180º77.91%33.73%-
XYZ5.287.479.97-
YUV65.97139.394.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=9.95%
G=45.03%
B=45.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986860.78000.6618063.8120.59
Hex1356564E0042b44015
Octal231261261160010226410025
Binary1001110101101010110100111000100001010110100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135656; }

 p { color: rgb(19,86,86); }

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

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

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

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

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

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

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