Html Css Color HEX #185856 Blue Stone

📋 copy color: '#185856'

red 24 ◦ green 88 ◦ blue 86

#185856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #185856

Tints of Blue Stone #185856

RGB

 RED value IS 24 (9.77% from 255) = 12.12%

 GREEN value IS 88 (34.77% from 255) = 44.44%

 BLUE value IS 86 (33.98% from 255) = 43.43%

R = 12.12%
G = 44.44%
B = 43.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#185856 (or 0x185856) is known color: Blue Stone. HEX triplet: 18, 58 and 56. RGB value is (24,88,86). Sum of RGB (Red+Green+Blue) = 24+88+86=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #185856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185856 is #E7A7A9. Grayscale: #444444. Windows color (decimal): -15181738 or 5658648. OLE color: 5658648.

HSL color Cylindrical-coordinate representation of color #185856: hue angle of 178.12º 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 #185856 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 88 86 -
CMYK 0.73 0 0.02 0.65
HSL 178.13º 0.57% 0.22% -
HSV(B) 178.13º 0.73% 0.35% -
XYZ 5.55 7.85 10.03 -
YUV 68.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 24 88 86 0.73 0 0.02 0.65 178.13 0.57 0.22
Hex 18 58 56 49 0 2 41 B2 39 16
Octal 30 130 126 111 0 2 101 262 71 26
Binary 11000 1011000 1010110 1001001 0 10 1000001 10110010 111001 10110

Color Harmonies of #185856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185856

Black with #185856

Text Example


Text Example

White with #185856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185856; }

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

 H1.HeaderClassName
 {
   color: #185856;
 }
 .AnyTagClassName
 {
   color: #185856;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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