#155952

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

Shades of Blue Stone #155952

Tints of Blue Stone #155952

Color information

#155952 (or 0x155952) is unknown color: approx Blue Stone. HEX triplet: 15, 59 and 52. RGB value is (21,89,82). Sum of RGB (Red+Green+Blue) = 21+89+82=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #155952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155952 is #EAA6AD. Grayscale: #434343. Windows color (decimal): -15378094 or 5396757. OLE color: 5396757.

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

Color convert

RGB218982-
CMYK0.7600.080.65
HSL173.82º61.82%21.57%-
HSV(B)173.82º76.4%34.9%-
XYZ5.47.919.23-
YUV67.87135.9794.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=10.94%
G=46.35%
B=42.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189820.7600.080.65173.8261.8221.57
Hex1559524C0841ae3e16
Octal251311221140101012567626
Binary101011011001101001010011000100010000011010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155952; }

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

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

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

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

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

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

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

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