#185758

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

Shades of Blue Stone #185758

Tints of Blue Stone #185758

Color information

#185758 (or 0x185758) is unknown color: approx Blue Stone. HEX triplet: 18, 57 and 58. RGB value is (24,87,88). Sum of RGB (Red+Green+Blue) = 24+87+88=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #185758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185758 is #E7A8A7. Grayscale: #444444. Windows color (decimal): -15181992 or 5789464. OLE color: 5789464.

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

Color convert

RGB248788-
CMYK0.730.0100.65
HSL180.94º57.14%21.96%-
HSV(B)180.94º72.73%34.51%-
XYZ5.557.7210.43-
YUV68.28139.1396.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 87 (34.38% from 255) = 43.72%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=12.06%
G=43.72%
B=44.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2487880.730.0100.65180.9457.1421.96
Hex185758491041b53916
Octal30127130111101012657126
Binary110001010111101100010010011010000011011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185758; }

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

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

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

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

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

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

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

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