Html Css Color HEX #05916D Observatory

📋 copy color: '#05916D'

red 5 ◦ green 145 ◦ blue 109

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

Shades of Observatory #05916D

Tints of Observatory #05916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.98%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 1.93%
G = 55.98%
B = 42.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#05916D (or 0x05916D) is known color: Observatory. HEX triplet: 05, 91 and 6D. RGB value is (5,145,109). Sum of RGB (Red+Green+Blue) = 5+145+109=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #05916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05916D is #FA6E92. Grayscale: #636363. Windows color (decimal): -16412307 or 7180549. OLE color: 7180549.

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

Color convert

RGB 5 145 109 -
CMYK 0.97 0 0.25 0.43
HSL 164.57º 0.93% 0.29% -
HSV(B) 164.57º 0.97% 0.57% -
XYZ 12.95 21.39 17.91 -
YUV 99.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 5 145 109 0.97 0 0.25 0.43 164.57 0.93 0.29
Hex 5 91 6D 61 0 19 2B A5 5D 1D
Octal 5 221 155 141 0 31 53 245 135 35
Binary 101 10010001 1101101 1100001 0 11001 101011 10100101 1011101 11101

Color Harmonies of #05916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05916D

Black with #05916D

Text Example


Text Example

White with #05916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05916D; }

 p { color: rgb(5,145,109); }

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

background-color css

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

 a { background-color: rgb(5,145,109); }

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

border-color css

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

 span { border-color: rgb(5,145,109); }

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