#135553

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

Shades of Blue Stone #135553

Tints of Blue Stone #135553

Color information

#135553 (or 0x135553) is unknown color: approx Blue Stone. HEX triplet: 13, 55 and 53. RGB value is (19,85,83). Sum of RGB (Red+Green+Blue) = 19+85+83=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #135553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135553 is #ECAAAC. Grayscale: #404040. Windows color (decimal): -15510189 or 5461267. OLE color: 5461267.

HSL color Cylindrical-coordinate representation of color #135553: hue angle of 178.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135553 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB198583-
CMYK0.7800.020.67
HSL178.18º63.46%20.39%-
HSV(B)178.18º77.65%33.33%-
XYZ5.087.269.32-
YUV65.04138.1395.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=10.16%
G=45.45%
B=44.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985830.7800.020.67178.1863.4620.39
Hex1355534E0243b23f14
Octal23125123116021032627724
Binary1001110101011010011100111001010000111011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135553; }

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

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

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

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

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

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

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

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