#155962

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

Shades of Blue Stone #155962

Tints of Blue Stone #155962

Color information

#155962 (or 0x155962) is unknown color: approx Blue Stone. HEX triplet: 15, 59 and 62. RGB value is (21,89,98). Sum of RGB (Red+Green+Blue) = 21+89+98=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #155962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155962 is #EAA69D. Grayscale: #454545. Windows color (decimal): -15378078 or 6445333. OLE color: 6445333.

HSL color Cylindrical-coordinate representation of color #155962: hue angle of 187.01º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155962 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB218998-
CMYK0.790.0900.62
HSL187.01º64.71%23.33%-
HSV(B)187.01º78.57%38.43%-
XYZ6.098.1912.81-
YUV69.69143.9793.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=10.10%
G=42.79%
B=47.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2189980.790.0900.62187.0164.7123.33
Hex1559624F903Ebb4117
Octal251311421171107627310127
Binary101011011001110001010011111001011111010111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155962; }

 p { color: rgb(21,89,98); }

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

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

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

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

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

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

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