Html Css Color HEX #058467 Observatory

📋 copy color: '#058467'

red 5 ◦ green 132 ◦ blue 103

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

Shades of Observatory #058467

Tints of Observatory #058467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 2.08%
G = 55%
B = 42.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#058467 (or 0x058467) is known color: Observatory. HEX triplet: 05, 84 and 67. RGB value is (5,132,103). Sum of RGB (Red+Green+Blue) = 5+132+103=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #058467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058467 is #FA7B98. Grayscale: #5A5A5A. Windows color (decimal): -16415641 or 6784005. OLE color: 6784005.

HSL color Cylindrical-coordinate representation of color #058467: hue angle of 166.3º 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 #058467 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 103 -
CMYK 0.96 0 0.22 0.48
HSL 166.3º 0.93% 0.27% -
HSV(B) 166.3º 0.96% 0.52% -
XYZ 10.76 17.51 15.65 -
YUV 90.72 134.92 66.86 -
System Red Green Blue C M Y K H S L
Decimal 5 132 103 0.96 0 0.22 0.48 166.3 0.93 0.27
Hex 5 84 67 60 0 16 30 A6 5D 1B
Octal 5 204 147 140 0 26 60 246 135 33
Binary 101 10000100 1100111 1100000 0 10110 110000 10100110 1011101 11011

Color Harmonies of #058467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058467

Black with #058467

Text Example


Text Example

White with #058467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058467; }

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

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

background-color css

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

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

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

border-color css

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

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

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