Html Css Color HEX #165E57 Blue Stone

📋 copy color: '#165E57'

red 22 ◦ green 94 ◦ blue 87

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

Shades of Blue Stone #165E57

Tints of Blue Stone #165E57

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.31%

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 10.84%
G = 46.31%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#165E57 (or 0x165E57) is known color: Blue Stone. HEX triplet: 16, 5E and 57. RGB value is (22,94,87). Sum of RGB (Red+Green+Blue) = 22+94+87=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #165E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E57 is #E9A1A8. Grayscale: #474747. Windows color (decimal): -15311273 or 5725718. OLE color: 5725718.

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

Color convert

RGB 22 94 87 -
CMYK 0.77 0 0.07 0.63
HSL 174.17º 0.62% 0.23% -
HSV(B) 174.17º 0.77% 0.37% -
XYZ 6.05 8.86 10.41 -
YUV 71.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 22 94 87 0.77 0 0.07 0.63 174.17 0.62 0.23
Hex 16 5E 57 4D 0 7 3F AE 3E 17
Octal 26 136 127 115 0 7 77 256 76 27
Binary 10110 1011110 1010111 1001101 0 111 111111 10101110 111110 10111

Color Harmonies of #165E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165E57

Black with #165E57

Text Example


Text Example

White with #165E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165E57; }

 p { color: rgb(22,94,87); }

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

background-color css

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

 a { background-color: rgb(22,94,87); }

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

border-color css

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

 span { border-color: rgb(22,94,87); }

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