#135855

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

Shades of Blue Stone #135855

Tints of Blue Stone #135855

Color information

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

HSL color Cylindrical-coordinate representation of color #135855: hue angle of 177.39º 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 #135855 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB198885-
CMYK0.7800.030.65
HSL177.39º64.49%20.98%-
HSV(B)177.39º78.41%34.51%-
XYZ5.47.779.81-
YUV67.03138.1493.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988850.7800.030.65177.3964.4920.98
Hex1358554E0341b14015
Octal231301251160310126110025
Binary10011101100010101011001110011100000110110001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135855; }

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

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

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

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

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

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

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

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