#135953

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

Shades of Blue Stone #135953

Tints of Blue Stone #135953

Color information

#135953 (or 0x135953) is unknown color: approx Blue Stone. HEX triplet: 13, 59 and 53. RGB value is (19,89,83). Sum of RGB (Red+Green+Blue) = 19+89+83=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #135953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135953 is #ECA6AC. Grayscale: #434343. Windows color (decimal): -15509165 or 5462291. OLE color: 5462291.

HSL color Cylindrical-coordinate representation of color #135953: hue angle of 174.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135953 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB198983-
CMYK0.7900.070.65
HSL174.86º64.81%21.18%-
HSV(B)174.86º78.65%34.9%-
XYZ5.47.919.43-
YUV67.39136.8193.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=9.95%
G=46.60%
B=43.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989830.7900.070.65174.8664.8121.18
Hex1359534F0741af4115
Octal231311231170710125710125
Binary100111011001101001110011110111100000110101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135953; }

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

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

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

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

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

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

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

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