#135D5A

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

Shades of Blue Stone #135D5A

Tints of Blue Stone #135D5A

Color information

#135D5A (or 0x135D5A) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 5A. RGB value is (19,93,90). Sum of RGB (Red+Green+Blue) = 19+93+90=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #135D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D5A is #ECA2A5. Grayscale: #464646. Windows color (decimal): -15508134 or 5922067. OLE color: 5922067.

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

Color convert

RGB199390-
CMYK0.8000.030.64
HSL177.57º66.07%21.96%-
HSV(B)177.57º79.57%36.47%-
XYZ6.038.7111.04-
YUV70.53138.9891.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=9.41%
G=46.04%
B=44.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1993900.8000.030.64177.5766.0721.96
Hex135D5A500340b24216
Octal231351321200310026210226
Binary10011101110110110101010000011100000010110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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