Html Css Color HEX #058464 Observatory

📋 copy color: '#058464'

red 5 ◦ green 132 ◦ blue 100

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

Shades of Observatory #058464

Tints of Observatory #058464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 2.11%
G = 55.7%
B = 42.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#058464 (or 0x058464) is known color: Observatory. HEX triplet: 05, 84 and 64. RGB value is (5,132,100). Sum of RGB (Red+Green+Blue) = 5+132+100=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #058464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058464 is #FA7B9B. Grayscale: #5A5A5A. Windows color (decimal): -16415644 or 6587397. OLE color: 6587397.

HSL color Cylindrical-coordinate representation of color #058464: hue angle of 164.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058464 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 100 -
CMYK 0.96 0 0.24 0.48
HSL 164.88º 0.93% 0.27% -
HSV(B) 164.88º 0.96% 0.52% -
XYZ 10.61 17.45 14.87 -
YUV 90.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 5 132 100 0.96 0 0.24 0.48 164.88 0.93 0.27
Hex 5 84 64 60 0 18 30 A5 5D 1B
Octal 5 204 144 140 0 30 60 245 135 33
Binary 101 10000100 1100100 1100000 0 11000 110000 10100101 1011101 11011

Color Harmonies of #058464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058464

Black with #058464

Text Example


Text Example

White with #058464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058464; }

 p { color: rgb(5,132,100); }

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

background-color css

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

 a { background-color: rgb(5,132,100); }

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

border-color css

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

 span { border-color: rgb(5,132,100); }

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