#186558

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

Shades of Blue Stone #186558

Tints of Blue Stone #186558

Color information

#186558 (or 0x186558) is unknown color: approx Blue Stone. HEX triplet: 18, 65 and 58. RGB value is (24,101,88). Sum of RGB (Red+Green+Blue) = 24+101+88=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #186558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186558 is #E79AA7. Grayscale: #4C4C4C. Windows color (decimal): -15178408 or 5793048. OLE color: 5793048.

HSL color Cylindrical-coordinate representation of color #186558: hue angle of 169.87º 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 #186558 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB2410188-
CMYK0.7600.130.60
HSL169.87º61.6%24.51%-
HSV(B)169.87º76.24%39.61%-
XYZ6.7910.2110.84-
YUV76.49134.4990.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 101 (39.84% from 255) = 47.42%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=11.27%
G=47.42%
B=41.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101880.7600.130.60169.8761.624.51
Hex1865584C0D3Caa3e19
Octal30145130114015742527631
Binary11000110010110110001001100011011111001010101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186558; }

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

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

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

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

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

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

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

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