Html Css Color HEX #059066 Observatory

📋 copy color: '#059066'

red 5 ◦ green 144 ◦ blue 102

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

Shades of Observatory #059066

Tints of Observatory #059066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.37%

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

R = 1.99%
G = 57.37%
B = 40.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#059066 (or 0x059066) is known color: Observatory. HEX triplet: 05, 90 and 66. RGB value is (5,144,102). Sum of RGB (Red+Green+Blue) = 5+144+102=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #059066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059066 is #FA6F99. Grayscale: #616161. Windows color (decimal): -16412570 or 6721541. OLE color: 6721541.

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

Color convert

RGB 5 144 102 -
CMYK 0.97 0 0.29 0.44
HSL 161.87º 0.93% 0.29% -
HSV(B) 161.87º 0.97% 0.56% -
XYZ 12.43 20.94 15.96 -
YUV 97.65 130.45 61.92 -
System Red Green Blue C M Y K H S L
Decimal 5 144 102 0.97 0 0.29 0.44 161.87 0.93 0.29
Hex 5 90 66 61 0 1D 2C A2 5D 1D
Octal 5 220 146 141 0 35 54 242 135 35
Binary 101 10010000 1100110 1100001 0 11101 101100 10100010 1011101 11101

Color Harmonies of #059066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059066

Black with #059066

Text Example


Text Example

White with #059066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059066; }

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

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

background-color css

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

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

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

border-color css

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

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

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