Html Css Color HEX #059472 Observatory

📋 copy color: '#059472'

red 5 ◦ green 148 ◦ blue 114

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

Shades of Observatory #059472

Tints of Observatory #059472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 1.87%
G = 55.43%
B = 42.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#059472 (or 0x059472) is known color: Observatory. HEX triplet: 05, 94 and 72. RGB value is (5,148,114). Sum of RGB (Red+Green+Blue) = 5+148+114=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #059472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059472 is #FA6B8D. Grayscale: #656565. Windows color (decimal): -16411534 or 7508997. OLE color: 7508997.

HSL color Cylindrical-coordinate representation of color #059472: hue angle of 165.73º 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 #059472 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 114 -
CMYK 0.97 0 0.23 0.42
HSL 165.73º 0.93% 0.3% -
HSV(B) 165.73º 0.97% 0.58% -
XYZ 13.69 22.43 19.53 -
YUV 101.37 135.12 59.26 -
System Red Green Blue C M Y K H S L
Decimal 5 148 114 0.97 0 0.23 0.42 165.73 0.93 0.3
Hex 5 94 72 61 0 17 2A A6 5D 1E
Octal 5 224 162 141 0 27 52 246 135 36
Binary 101 10010100 1110010 1100001 0 10111 101010 10100110 1011101 11110

Color Harmonies of #059472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059472

Black with #059472

Text Example


Text Example

White with #059472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059472; }

 p { color: rgb(5,148,114); }

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

background-color css

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

 a { background-color: rgb(5,148,114); }

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

border-color css

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

 span { border-color: rgb(5,148,114); }

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