Html Css Color HEX #058869 Observatory

📋 copy color: '#058869'

red 5 ◦ green 136 ◦ blue 105

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

Shades of Observatory #058869

Tints of Observatory #058869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.28%

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

R = 2.03%
G = 55.28%
B = 42.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#058869 (or 0x058869) is known color: Observatory. HEX triplet: 05, 88 and 69. RGB value is (5,136,105). Sum of RGB (Red+Green+Blue) = 5+136+105=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #058869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058869 is #FA7796. Grayscale: #5D5D5D. Windows color (decimal): -16414615 or 6916101. OLE color: 6916101.

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

Color convert

RGB 5 136 105 -
CMYK 0.96 0 0.23 0.47
HSL 165.8º 0.93% 0.28% -
HSV(B) 165.8º 0.96% 0.53% -
XYZ 11.42 18.66 16.36 -
YUV 93.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 5 136 105 0.96 0 0.23 0.47 165.8 0.93 0.28
Hex 5 88 69 60 0 17 2F A6 5D 1C
Octal 5 210 151 140 0 27 57 246 135 34
Binary 101 10001000 1101001 1100000 0 10111 101111 10100110 1011101 11100

Color Harmonies of #058869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058869

Black with #058869

Text Example


Text Example

White with #058869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058869; }

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

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

background-color css

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

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

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

border-color css

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

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

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