Html Css Color HEX #059366 Observatory

📋 copy color: '#059366'

red 5 ◦ green 147 ◦ blue 102

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

Shades of Observatory #059366

Tints of Observatory #059366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.87%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 1.97%
G = 57.87%
B = 40.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#059366 (or 0x059366) is known color: Observatory. HEX triplet: 05, 93 and 66. RGB value is (5,147,102). Sum of RGB (Red+Green+Blue) = 5+147+102=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #059366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059366 is #FA6C99. Grayscale: #636363. Windows color (decimal): -16411802 or 6722309. OLE color: 6722309.

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

Color convert

RGB 5 147 102 -
CMYK 0.97 0 0.31 0.42
HSL 160.99º 0.93% 0.3% -
HSV(B) 160.99º 0.97% 0.58% -
XYZ 12.89 21.86 16.11 -
YUV 99.41 129.46 60.66 -
System Red Green Blue C M Y K H S L
Decimal 5 147 102 0.97 0 0.31 0.42 160.99 0.93 0.3
Hex 5 93 66 61 0 1F 2A A1 5D 1E
Octal 5 223 146 141 0 37 52 241 135 36
Binary 101 10010011 1100110 1100001 0 11111 101010 10100001 1011101 11110

Color Harmonies of #059366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059366

Black with #059366

Text Example


Text Example

White with #059366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059366; }

 p { color: rgb(5,147,102); }

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

background-color css

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

 a { background-color: rgb(5,147,102); }

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

border-color css

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

 span { border-color: rgb(5,147,102); }

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