Html Css Color HEX #165358 Blue Stone

📋 copy color: '#165358'

red 22 ◦ green 83 ◦ blue 88

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

Shades of Blue Stone #165358

Tints of Blue Stone #165358

RGB

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

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

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

R = 11.4%
G = 43.01%
B = 45.6%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#165358 (or 0x165358) is known color: Blue Stone. HEX triplet: 16, 53 and 58. RGB value is (22,83,88). Sum of RGB (Red+Green+Blue) = 22+83+88=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #165358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165358 is #E9ACA7. Grayscale: #414141. Windows color (decimal): -15314088 or 5788438. OLE color: 5788438.

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

Color convert

RGB 22 83 88 -
CMYK 0.75 0.06 0 0.65
HSL 184.55º 0.6% 0.22% -
HSV(B) 184.55º 0.75% 0.35% -
XYZ 5.19 7.06 10.32 -
YUV 65.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 22 83 88 0.75 0.06 0 0.65 184.55 0.6 0.22
Hex 16 53 58 4B 6 0 41 B9 3C 16
Octal 26 123 130 113 6 0 101 271 74 26
Binary 10110 1010011 1011000 1001011 110 0 1000001 10111001 111100 10110

Color Harmonies of #165358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165358

Black with #165358

Text Example


Text Example

White with #165358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165358; }

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

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

background-color css

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

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

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

border-color css

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

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

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