#135C56

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

Shades of Blue Stone #135C56

Tints of Blue Stone #135C56

Color information

#135C56 (or 0x135C56) is unknown color: approx Blue Stone. HEX triplet: 13, 5C and 56. RGB value is (19,92,86). Sum of RGB (Red+Green+Blue) = 19+92+86=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #135C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C56 is #ECA3A9. Grayscale: #454545. Windows color (decimal): -15508394 or 5659667. OLE color: 5659667.

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

Color convert

RGB199286-
CMYK0.7900.070.64
HSL175.07º65.77%21.76%-
HSV(B)175.07º79.35%36.08%-
XYZ5.788.4610.13-
YUV69.49137.3291.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 92 (36.33% from 255) = 46.70%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=9.64%
G=46.70%
B=43.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992860.7900.070.64175.0765.7721.76
Hex135C564F0740af4216
Octal231341261170710025710226
Binary100111011100101011010011110111100000010101111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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