Html Css Color HEX #058669 Observatory

📋 copy color: '#058669'

red 5 ◦ green 134 ◦ blue 105

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

Shades of Observatory #058669

Tints of Observatory #058669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.92%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 2.05%
G = 54.92%
B = 43.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#058669 (or 0x058669) is known color: Observatory. HEX triplet: 05, 86 and 69. RGB value is (5,134,105). Sum of RGB (Red+Green+Blue) = 5+134+105=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #058669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058669 is #FA7996. Grayscale: #5C5C5C. Windows color (decimal): -16415127 or 6915589. OLE color: 6915589.

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

Color convert

RGB 5 134 105 -
CMYK 0.96 0 0.22 0.47
HSL 166.51º 0.93% 0.27% -
HSV(B) 166.51º 0.96% 0.53% -
XYZ 11.14 18.1 16.27 -
YUV 92.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 5 134 105 0.96 0 0.22 0.47 166.51 0.93 0.27
Hex 5 86 69 60 0 16 2F A7 5D 1B
Octal 5 206 151 140 0 26 57 247 135 33
Binary 101 10000110 1101001 1100000 0 10110 101111 10100111 1011101 11011

Color Harmonies of #058669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058669

Black with #058669

Text Example


Text Example

White with #058669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058669; }

 p { color: rgb(5,134,105); }

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

background-color css

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

 a { background-color: rgb(5,134,105); }

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

border-color css

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

 span { border-color: rgb(5,134,105); }

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