Html Css Color HEX #059369 Observatory

📋 copy color: '#059369'

red 5 ◦ green 147 ◦ blue 105

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

Shades of Observatory #059369

Tints of Observatory #059369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.2%

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

R = 1.95%
G = 57.2%
B = 40.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#059369 (or 0x059369) is known color: Observatory. HEX triplet: 05, 93 and 69. RGB value is (5,147,105). Sum of RGB (Red+Green+Blue) = 5+147+105=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #059369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059369 is #FA6C96. Grayscale: #636363. Windows color (decimal): -16411799 or 6918917. OLE color: 6918917.

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

Color convert

RGB 5 147 105 -
CMYK 0.97 0 0.29 0.42
HSL 162.25º 0.93% 0.3% -
HSV(B) 162.25º 0.97% 0.58% -
XYZ 13.05 21.92 16.91 -
YUV 99.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 5 147 105 0.97 0 0.29 0.42 162.25 0.93 0.3
Hex 5 93 69 61 0 1D 2A A2 5D 1E
Octal 5 223 151 141 0 35 52 242 135 36
Binary 101 10010011 1101001 1100001 0 11101 101010 10100010 1011101 11110

Color Harmonies of #059369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059369

Black with #059369

Text Example


Text Example

White with #059369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059369; }

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

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

background-color css

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

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

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

border-color css

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

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

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