#155858

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

Shades of Blue Stone #155858

Tints of Blue Stone #155858

Color information

#155858 (or 0x155858) is unknown color: approx Blue Stone. HEX triplet: 15, 58 and 58. RGB value is (21,88,88). Sum of RGB (Red+Green+Blue) = 21+88+88=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #155858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155858 is #EAA7A7. Grayscale: #434343. Windows color (decimal): -15378344 or 5789717. OLE color: 5789717.

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

Color convert

RGB218888-
CMYK0.76000.65
HSL180º61.47%21.37%-
HSV(B)180º76.14%34.51%-
XYZ5.567.8410.45-
YUV67.97139.394.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=10.66%
G=44.67%
B=44.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2188880.76000.6518061.4721.37
Hex1558584C0041b43d15
Octal25130130114001012647525
Binary101011011000101100010011000010000011011010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155858; }

 p { color: rgb(21,88,88); }

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

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

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

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

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

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

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