Html Css Color HEX #115852 Blue Stone

📋 copy color: '#115852'

red 17 ◦ green 88 ◦ blue 82

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

Shades of Blue Stone #115852

Tints of Blue Stone #115852

RGB

 RED value IS 17 (7.03% from 255) = 9.09%

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

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 9.09%
G = 47.06%
B = 43.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#115852 (or 0x115852) is known color: Blue Stone. HEX triplet: 11, 58 and 52. RGB value is (17,88,82). Sum of RGB (Red+Green+Blue) = 17+88+82=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #115852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115852 is #EEA7AD. Grayscale: #424242. Windows color (decimal): -15640494 or 5396497. OLE color: 5396497.

HSL color Cylindrical-coordinate representation of color #115852: hue angle of 174.93º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115852 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 82 -
CMYK 0.81 0 0.07 0.65
HSL 174.93º 0.68% 0.21% -
HSV(B) 174.93º 0.81% 0.35% -
XYZ 5.24 7.71 9.19 -
YUV 66.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 17 88 82 0.81 0 0.07 0.65 174.93 0.68 0.21
Hex 11 58 52 51 0 7 41 AF 44 15
Octal 21 130 122 121 0 7 101 257 104 25
Binary 10001 1011000 1010010 1010001 0 111 1000001 10101111 1000100 10101

Color Harmonies of #115852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115852

Black with #115852

Text Example


Text Example

White with #115852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115852; }

 p { color: rgb(17,88,82); }

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

background-color css

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

 a { background-color: rgb(17,88,82); }

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

border-color css

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

 span { border-color: rgb(17,88,82); }

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