#186559

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

Shades of Blue Stone #186559

Tints of Blue Stone #186559

Color information

#186559 (or 0x186559) is unknown color: approx Blue Stone. HEX triplet: 18, 65 and 59. RGB value is (24,101,89). Sum of RGB (Red+Green+Blue) = 24+101+89=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #186559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186559 is #E79AA6. Grayscale: #4C4C4C. Windows color (decimal): -15178407 or 5858584. OLE color: 5858584.

HSL color Cylindrical-coordinate representation of color #186559: hue angle of 170.65º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186559 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB2410189-
CMYK0.7600.120.60
HSL170.65º61.6%24.51%-
HSV(B)170.65º76.24%39.61%-
XYZ6.8310.2211.06-
YUV76.61134.9990.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=11.21%
G=47.20%
B=41.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101890.7600.120.60170.6561.624.51
Hex1865594C0C3Cab3e19
Octal30145131114014742537631
Binary11000110010110110011001100011001111001010101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186559; }

 p { color: rgb(24,101,89); }

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

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

 a { background-color: rgb(24,101,89); }

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

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

 span { border-color: rgb(24,101,89); }

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