Html Css Color HEX #165958 Blue Stone

📋 copy color: '#165958'

red 22 ◦ green 89 ◦ blue 88

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

Shades of Blue Stone #165958

Tints of Blue Stone #165958

RGB

 RED value IS 22 (8.98% from 255) = 11.06%

 GREEN value IS 89 (35.16% from 255) = 44.72%

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 11.06%
G = 44.72%
B = 44.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#165958 (or 0x165958) is known color: Blue Stone. HEX triplet: 16, 59 and 58. RGB value is (22,89,88). Sum of RGB (Red+Green+Blue) = 22+89+88=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #165958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165958 is #E9A6A7. Grayscale: #444444. Windows color (decimal): -15312552 or 5789974. OLE color: 5789974.

HSL color Cylindrical-coordinate representation of color #165958: hue angle of 179.1º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165958 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 89 88 -
CMYK 0.75 0 0.01 0.65
HSL 179.1º 0.6% 0.22% -
HSV(B) 179.1º 0.75% 0.35% -
XYZ 5.66 8.02 10.48 -
YUV 68.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 22 89 88 0.75 0 0.01 0.65 179.1 0.6 0.22
Hex 16 59 58 4B 0 1 41 B3 3C 16
Octal 26 131 130 113 0 1 101 263 74 26
Binary 10110 1011001 1011000 1001011 0 1 1000001 10110011 111100 10110

Color Harmonies of #165958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165958

Black with #165958

Text Example


Text Example

White with #165958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165958; }

 p { color: rgb(22,89,88); }

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

background-color css

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

 a { background-color: rgb(22,89,88); }

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

border-color css

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

 span { border-color: rgb(22,89,88); }

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