#185754

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

Shades of Blue Stone #185754

Tints of Blue Stone #185754

Color information

#185754 (or 0x185754) is unknown color: approx Blue Stone. HEX triplet: 18, 57 and 54. RGB value is (24,87,84). Sum of RGB (Red+Green+Blue) = 24+87+84=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #185754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185754 is #E7A8AB. Grayscale: #434343. Windows color (decimal): -15181996 or 5527320. OLE color: 5527320.

HSL color Cylindrical-coordinate representation of color #185754: hue angle of 177.14º 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 #185754 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB248784-
CMYK0.7200.030.66
HSL177.14º56.76%21.76%-
HSV(B)177.14º72.41%34.12%-
XYZ5.397.659.58-
YUV67.82137.1396.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=12.31%
G=44.62%
B=43.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2487840.7200.030.66177.1456.7621.76
Hex185754480342b13916
Octal30127124110031022617126
Binary1100010101111010100100100001110000101011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185754; }

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

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

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

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

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

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

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

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