Html Css Color HEX #058468 Observatory

📋 copy color: '#058468'

red 5 ◦ green 132 ◦ blue 104

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

Shades of Observatory #058468

Tints of Observatory #058468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 2.07%
G = 54.77%
B = 43.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#058468 (or 0x058468) is known color: Observatory. HEX triplet: 05, 84 and 68. RGB value is (5,132,104). Sum of RGB (Red+Green+Blue) = 5+132+104=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #058468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058468 is #FA7B97. Grayscale: #5A5A5A. Windows color (decimal): -16415640 or 6849541. OLE color: 6849541.

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

Color convert

RGB 5 132 104 -
CMYK 0.96 0 0.21 0.48
HSL 166.77º 0.93% 0.27% -
HSV(B) 166.77º 0.96% 0.52% -
XYZ 10.81 17.53 15.91 -
YUV 90.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 5 132 104 0.96 0 0.21 0.48 166.77 0.93 0.27
Hex 5 84 68 60 0 15 30 A7 5D 1B
Octal 5 204 150 140 0 25 60 247 135 33
Binary 101 10000100 1101000 1100000 0 10101 110000 10100111 1011101 11011

Color Harmonies of #058468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058468

Black with #058468

Text Example


Text Example

White with #058468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058468; }

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

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

background-color css

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

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

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

border-color css

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

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

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