#155766

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

Shades of Blue Stone #155766

Tints of Blue Stone #155766

Color information

#155766 (or 0x155766) is unknown color: approx Blue Stone. HEX triplet: 15, 57 and 66. RGB value is (21,87,102). Sum of RGB (Red+Green+Blue) = 21+87+102=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #155766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155766 is #EAA899. Grayscale: #444444. Windows color (decimal): -15378586 or 6706965. OLE color: 6706965.

HSL color Cylindrical-coordinate representation of color #155766: hue angle of 191.11º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155766 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2187102-
CMYK0.790.1500.6
HSL191.11º65.85%24.12%-
HSV(B)191.11º79.41%40%-
XYZ6.127.9413.78-
YUV68.98146.6393.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=10%
G=41.43%
B=48.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21871020.790.1500.6191.1165.8524.12
Hex1557664FF03Cbf4218
Octal251271461171707427710230
Binary101011010111110011010011111111011110010111111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155766; }

 p { color: rgb(21,87,102); }

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

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

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

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

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

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

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