Html Css Color HEX #165554 Blue Stone

📋 copy color: '#165554'

red 22 ◦ green 85 ◦ blue 84

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

Shades of Blue Stone #165554

Tints of Blue Stone #165554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 11.52%
G = 44.5%
B = 43.98%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#165554 (or 0x165554) is known color: Blue Stone. HEX triplet: 16, 55 and 54. RGB value is (22,85,84). Sum of RGB (Red+Green+Blue) = 22+85+84=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #165554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165554 is #E9AAAB. Grayscale: #414141. Windows color (decimal): -15313580 or 5526806. OLE color: 5526806.

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

Color convert

RGB 22 85 84 -
CMYK 0.74 0 0.01 0.67
HSL 179.05º 0.59% 0.21% -
HSV(B) 179.05º 0.74% 0.33% -
XYZ 5.18 7.31 9.53 -
YUV 66.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 22 85 84 0.74 0 0.01 0.67 179.05 0.59 0.21
Hex 16 55 54 4A 0 1 43 B3 3B 15
Octal 26 125 124 112 0 1 103 263 73 25
Binary 10110 1010101 1010100 1001010 0 1 1000011 10110011 111011 10101

Color Harmonies of #165554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165554

Black with #165554

Text Example


Text Example

White with #165554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165554; }

 p { color: rgb(22,85,84); }

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

background-color css

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

 a { background-color: rgb(22,85,84); }

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

border-color css

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

 span { border-color: rgb(22,85,84); }

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