Html Css Color HEX #165359 Blue Stone

📋 copy color: '#165359'

red 22 ◦ green 83 ◦ blue 89

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

Shades of Blue Stone #165359

Tints of Blue Stone #165359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 11.34%
G = 42.78%
B = 45.88%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#165359 (or 0x165359) is known color: Blue Stone. HEX triplet: 16, 53 and 59. RGB value is (22,83,89). Sum of RGB (Red+Green+Blue) = 22+83+89=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #165359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165359 is #E9ACA6. Grayscale: #414141. Windows color (decimal): -15314087 or 5853974. OLE color: 5853974.

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

Color convert

RGB 22 83 89 -
CMYK 0.75 0.07 0 0.65
HSL 185.37º 0.6% 0.22% -
HSV(B) 185.37º 0.75% 0.35% -
XYZ 5.23 7.08 10.54 -
YUV 65.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 22 83 89 0.75 0.07 0 0.65 185.37 0.6 0.22
Hex 16 53 59 4B 7 0 41 B9 3C 16
Octal 26 123 131 113 7 0 101 271 74 26
Binary 10110 1010011 1011001 1001011 111 0 1000001 10111001 111100 10110

Color Harmonies of #165359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165359

Black with #165359

Text Example


Text Example

White with #165359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165359; }

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

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

background-color css

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

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

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

border-color css

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

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

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