Html Css Color HEX #059169 Observatory

📋 copy color: '#059169'

red 5 ◦ green 145 ◦ blue 105

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

Shades of Observatory #059169

Tints of Observatory #059169

RGB

 RED value IS 5 (2.34% from 255) = 1.96%

 GREEN value IS 145 (57.03% from 255) = 56.86%

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 1.96%
G = 56.86%
B = 41.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#059169 (or 0x059169) is known color: Observatory. HEX triplet: 05, 91 and 69. RGB value is (5,145,105). Sum of RGB (Red+Green+Blue) = 5+145+105=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #059169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059169 is #FA6E96. Grayscale: #626262. Windows color (decimal): -16412311 or 6918405. OLE color: 6918405.

HSL color Cylindrical-coordinate representation of color #059169: hue angle of 162.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059169 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 105 -
CMYK 0.97 0 0.28 0.43
HSL 162.86º 0.93% 0.29% -
HSV(B) 162.86º 0.97% 0.57% -
XYZ 12.74 21.3 16.81 -
YUV 98.58 131.62 61.25 -
System Red Green Blue C M Y K H S L
Decimal 5 145 105 0.97 0 0.28 0.43 162.86 0.93 0.29
Hex 5 91 69 61 0 1C 2B A3 5D 1D
Octal 5 221 151 141 0 34 53 243 135 35
Binary 101 10010001 1101001 1100001 0 11100 101011 10100011 1011101 11101

Color Harmonies of #059169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059169

Black with #059169

Text Example


Text Example

White with #059169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059169; }

 p { color: rgb(5,145,105); }

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

background-color css

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

 a { background-color: rgb(5,145,105); }

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

border-color css

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

 span { border-color: rgb(5,145,105); }

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