#185553

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

Shades of Blue Stone #185553

Tints of Blue Stone #185553

Color information

#185553 (or 0x185553) is unknown color: approx Blue Stone. HEX triplet: 18, 55 and 53. RGB value is (24,85,83). Sum of RGB (Red+Green+Blue) = 24+85+83=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #185553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185553 is #E7AAAC. Grayscale: #424242. Windows color (decimal): -15182509 or 5461272. OLE color: 5461272.

HSL color Cylindrical-coordinate representation of color #185553: hue angle of 178.03º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185553 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB248583-
CMYK0.7200.020.67
HSL178.03º55.96%21.37%-
HSV(B)178.03º71.76%33.33%-
XYZ5.197.329.32-
YUV66.53137.2997.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=12.5%
G=44.27%
B=43.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485830.7200.020.67178.0355.9621.37
Hex185553480243b23815
Octal30125123110021032627025
Binary1100010101011010011100100001010000111011001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185553; }

 p { color: rgb(24,85,83); }

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

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

 a { background-color: rgb(24,85,83); }

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

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

 span { border-color: rgb(24,85,83); }

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