Html Css Color HEX #059272 Observatory

📋 copy color: '#059272'

red 5 ◦ green 146 ◦ blue 114

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

Shades of Observatory #059272

Tints of Observatory #059272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

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

R = 1.89%
G = 55.09%
B = 43.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#059272 (or 0x059272) is known color: Observatory. HEX triplet: 05, 92 and 72. RGB value is (5,146,114). Sum of RGB (Red+Green+Blue) = 5+146+114=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #059272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059272 is #FA6D8D. Grayscale: #646464. Windows color (decimal): -16412046 or 7508485. OLE color: 7508485.

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

Color convert

RGB 5 146 114 -
CMYK 0.97 0 0.22 0.43
HSL 166.38º 0.93% 0.3% -
HSV(B) 166.38º 0.97% 0.57% -
XYZ 13.38 21.8 19.42 -
YUV 100.19 135.79 60.1 -
System Red Green Blue C M Y K H S L
Decimal 5 146 114 0.97 0 0.22 0.43 166.38 0.93 0.3
Hex 5 92 72 61 0 16 2B A6 5D 1E
Octal 5 222 162 141 0 26 53 246 135 36
Binary 101 10010010 1110010 1100001 0 10110 101011 10100110 1011101 11110

Color Harmonies of #059272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059272

Black with #059272

Text Example


Text Example

White with #059272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059272; }

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

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

background-color css

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

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

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

border-color css

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

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

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