Html Css Color HEX #059277 Observatory

📋 copy color: '#059277'

red 5 ◦ green 146 ◦ blue 119

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

Shades of Observatory #059277

Tints of Observatory #059277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 1.85%
G = 54.07%
B = 44.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#059277 (or 0x059277) is known color: Observatory. HEX triplet: 05, 92 and 77. RGB value is (5,146,119). Sum of RGB (Red+Green+Blue) = 5+146+119=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #059277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059277 is #FA6D88. Grayscale: #646464. Windows color (decimal): -16412041 or 7836165. OLE color: 7836165.

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

Color convert

RGB 5 146 119 -
CMYK 0.97 0 0.18 0.43
HSL 168.51º 0.93% 0.3% -
HSV(B) 168.51º 0.97% 0.57% -
XYZ 13.67 21.92 20.96 -
YUV 100.76 138.29 59.7 -
System Red Green Blue C M Y K H S L
Decimal 5 146 119 0.97 0 0.18 0.43 168.51 0.93 0.3
Hex 5 92 77 61 0 12 2B A9 5D 1E
Octal 5 222 167 141 0 22 53 251 135 36
Binary 101 10010010 1110111 1100001 0 10010 101011 10101001 1011101 11110

Color Harmonies of #059277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059277

Black with #059277

Text Example


Text Example

White with #059277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059277; }

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

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

background-color css

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

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

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

border-color css

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

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

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