Html Css Color HEX #059469 Observatory

📋 copy color: '#059469'

red 5 ◦ green 148 ◦ blue 105

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

Shades of Observatory #059469

Tints of Observatory #059469

RGB

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

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

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

R = 1.94%
G = 57.36%
B = 40.7%

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

#059469 (or 0x059469) is known color: Observatory. HEX triplet: 05, 94 and 69. RGB value is (5,148,105). Sum of RGB (Red+Green+Blue) = 5+148+105=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #059469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059469 is #FA6B96. Grayscale: #646464. Windows color (decimal): -16411543 or 6919173. OLE color: 6919173.

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

Color convert

RGB 5 148 105 -
CMYK 0.97 0 0.29 0.42
HSL 161.96º 0.93% 0.3% -
HSV(B) 161.96º 0.97% 0.58% -
XYZ 13.2 22.23 16.96 -
YUV 100.34 130.62 60 -
System Red Green Blue C M Y K H S L
Decimal 5 148 105 0.97 0 0.29 0.42 161.96 0.93 0.3
Hex 5 94 69 61 0 1D 2A A2 5D 1E
Octal 5 224 151 141 0 35 52 242 135 36
Binary 101 10010100 1101001 1100001 0 11101 101010 10100010 1011101 11110

Color Harmonies of #059469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059469

Black with #059469

Text Example


Text Example

White with #059469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059469; }

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

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

background-color css

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

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

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

border-color css

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

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

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