Html Css Color HEX #165560 Blue Stone

📋 copy color: '#165560'

red 22 ◦ green 85 ◦ blue 96

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

Shades of Blue Stone #165560

Tints of Blue Stone #165560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 10.84%
G = 41.87%
B = 47.29%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#165560 (or 0x165560) is known color: Blue Stone. HEX triplet: 16, 55 and 60. RGB value is (22,85,96). Sum of RGB (Red+Green+Blue) = 22+85+96=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #165560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165560 is #E9AA9F. Grayscale: #434343. Windows color (decimal): -15313568 or 6313238. OLE color: 6313238.

HSL color Cylindrical-coordinate representation of color #165560: hue angle of 188.92º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165560 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 85 96 -
CMYK 0.77 0.11 0 0.62
HSL 188.92º 0.63% 0.23% -
HSV(B) 188.92º 0.77% 0.38% -
XYZ 5.69 7.51 12.22 -
YUV 67.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 22 85 96 0.77 0.11 0 0.62 188.92 0.63 0.23
Hex 16 55 60 4D B 0 3E BD 3F 17
Octal 26 125 140 115 13 0 76 275 77 27
Binary 10110 1010101 1100000 1001101 1011 0 111110 10111101 111111 10111

Color Harmonies of #165560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165560

Black with #165560

Text Example


Text Example

White with #165560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165560; }

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

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

background-color css

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

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

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

border-color css

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

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

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