#058A6A

Color #058A6A Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #058A6A

Tints of Observatory #058A6A

Color information

#058A6A (or 0x058A6A) is unknown color: approx Observatory. HEX triplet: 05, 8A and 6A. RGB value is (5,138,106). Sum of RGB (Red+Green+Blue) = 5+138+106=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #058A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A6A is #FA7595. Grayscale: #5E5E5E. Windows color (decimal): -16414102 or 6982149. OLE color: 6982149.

HSL color Cylindrical-coordinate representation of color #058A6A: hue angle of 165.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A6A is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB5138106-
CMYK0.9600.230.46
HSL165.56º93.01%28.04%-
HSV(B)165.56º96.38%54.12%-
XYZ11.7519.2516.73-
YUV94.58134.4464.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=2.01%
G=55.42%
B=42.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51381060.9600.230.46165.5693.0128.04
Hex58A6A600172Ea65d1c
Octal52121521400275624613534
Binary101100010101101010110000001011110111010100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058A6A; }

 p { color: rgb(5,138,106); }

 H1.HeaderClassName
 {
   color: #058A6A;
 }
 .AnyTagClassName
 {
   color: #058A6A;
 }
</style>
background-color css

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

 a { background-color: rgb(5,138,106); }

 div.DivClassName
 {
   background-color: #058A6A;
 }
 .BgClassName
 {
   background-color: #058A6A;
 }
</style>
border-color css

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

 span { border-color: rgb(5,138,106); }

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