#185752

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

Shades of Blue Stone #185752

Tints of Blue Stone #185752

Color information

#185752 (or 0x185752) is unknown color: approx Blue Stone. HEX triplet: 18, 57 and 52. RGB value is (24,87,82). Sum of RGB (Red+Green+Blue) = 24+87+82=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #185752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185752 is #E7A8AD. Grayscale: #434343. Windows color (decimal): -15181998 or 5396248. OLE color: 5396248.

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

Color convert

RGB248782-
CMYK0.7200.060.66
HSL175.24º56.76%21.76%-
HSV(B)175.24º72.41%34.12%-
XYZ5.317.629.17-
YUV67.59136.1396.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=12.44%
G=45.08%
B=42.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2487820.7200.060.66175.2456.7621.76
Hex185752480642af3916
Octal30127122110061022577126
Binary11000101011110100101001000011010000101010111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185752; }

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

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

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

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

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

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

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

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