#135C58

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

Shades of Blue Stone #135C58

Tints of Blue Stone #135C58

Color information

#135C58 (or 0x135C58) is unknown color: approx Blue Stone. HEX triplet: 13, 5C and 58. RGB value is (19,92,88). Sum of RGB (Red+Green+Blue) = 19+92+88=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #135C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C58 is #ECA3A7. Grayscale: #454545. Windows color (decimal): -15508392 or 5790739. OLE color: 5790739.

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

Color convert

RGB199288-
CMYK0.7900.040.64
HSL176.71º65.77%21.76%-
HSV(B)176.71º79.35%36.08%-
XYZ5.868.510.56-
YUV69.72138.3291.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=9.55%
G=46.23%
B=44.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992880.7900.040.64176.7165.7721.76
Hex135C584F0440b14216
Octal231341301170410026110226
Binary100111011100101100010011110100100000010110001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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