Html Css Color HEX #059269 Observatory

📋 copy color: '#059269'

red 5 ◦ green 146 ◦ blue 105

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

Shades of Observatory #059269

Tints of Observatory #059269

RGB

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

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

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

R = 1.95%
G = 57.03%
B = 41.02%

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

#059269 (or 0x059269) is known color: Observatory. HEX triplet: 05, 92 and 69. RGB value is (5,146,105). Sum of RGB (Red+Green+Blue) = 5+146+105=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #059269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059269 is #FA6D96. Grayscale: #636363. Windows color (decimal): -16412055 or 6918661. OLE color: 6918661.

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

Color convert

RGB 5 146 105 -
CMYK 0.97 0 0.28 0.43
HSL 162.55º 0.93% 0.3% -
HSV(B) 162.55º 0.97% 0.57% -
XYZ 12.89 21.61 16.86 -
YUV 99.17 131.29 60.83 -
System Red Green Blue C M Y K H S L
Decimal 5 146 105 0.97 0 0.28 0.43 162.55 0.93 0.3
Hex 5 92 69 61 0 1C 2B A3 5D 1E
Octal 5 222 151 141 0 34 53 243 135 36
Binary 101 10010010 1101001 1100001 0 11100 101011 10100011 1011101 11110

Color Harmonies of #059269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059269

Black with #059269

Text Example


Text Example

White with #059269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059269; }

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

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

background-color css

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

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

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

border-color css

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

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

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