#135D53

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

Shades of Blue Stone #135D53

Tints of Blue Stone #135D53

Color information

#135D53 (or 0x135D53) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 53. RGB value is (19,93,83). Sum of RGB (Red+Green+Blue) = 19+93+83=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #135D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D53 is #ECA2AC. Grayscale: #454545. Windows color (decimal): -15508141 or 5463315. OLE color: 5463315.

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

Color convert

RGB199383-
CMYK0.8000.110.64
HSL171.89º66.07%21.96%-
HSV(B)171.89º79.57%36.47%-
XYZ5.748.599.54-
YUV69.73135.4891.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=9.74%
G=47.69%
B=42.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1993830.8000.110.64171.8966.0721.96
Hex135D53500B40ac4216
Octal2313512312001310025410226
Binary1001110111011010011101000001011100000010101100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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