#185657

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

Shades of Blue Stone #185657

Tints of Blue Stone #185657

Color information

#185657 (or 0x185657) is unknown color: approx Blue Stone. HEX triplet: 18, 56 and 57. RGB value is (24,86,87). Sum of RGB (Red+Green+Blue) = 24+86+87=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #185657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185657 is #E7A9A8. Grayscale: #434343. Windows color (decimal): -15182249 or 5723672. OLE color: 5723672.

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

Color convert

RGB248687-
CMYK0.720.0100.66
HSL180.95º56.76%21.76%-
HSV(B)180.95º72.41%34.12%-
XYZ5.427.5410.19-
YUV67.58138.9696.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=12.18%
G=43.65%
B=44.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486870.720.0100.66180.9556.7621.76
Hex185657481042b53916
Octal30126127110101022657126
Binary110001010110101011110010001010000101011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185657; }

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

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

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

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

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

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

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

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