#135558

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

Shades of Blue Stone #135558

Tints of Blue Stone #135558

Color information

#135558 (or 0x135558) is unknown color: approx Blue Stone. HEX triplet: 13, 55 and 58. RGB value is (19,85,88). Sum of RGB (Red+Green+Blue) = 19+85+88=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #135558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135558 is #ECAAA7. Grayscale: #414141. Windows color (decimal): -15510184 or 5788947. OLE color: 5788947.

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

Color convert

RGB198588-
CMYK0.780.0300.65
HSL182.61º64.49%20.98%-
HSV(B)182.61º78.41%34.51%-
XYZ5.287.3410.37-
YUV65.61140.6394.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=9.90%
G=44.27%
B=45.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1985880.780.0300.65182.6164.4920.98
Hex1355584E3041b74015
Octal231251301163010126710025
Binary10011101010110110001001110110100000110110111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135558; }

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

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

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

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

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

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

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

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