Html Css Color HEX #058868 Observatory

📋 copy color: '#058868'

red 5 ◦ green 136 ◦ blue 104

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

Shades of Observatory #058868

Tints of Observatory #058868

RGB

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

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

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

R = 2.04%
G = 55.51%
B = 42.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#058868 (or 0x058868) is known color: Observatory. HEX triplet: 05, 88 and 68. RGB value is (5,136,104). Sum of RGB (Red+Green+Blue) = 5+136+104=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #058868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058868 is #FA7797. Grayscale: #5D5D5D. Windows color (decimal): -16414616 or 6850565. OLE color: 6850565.

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

Color convert

RGB 5 136 104 -
CMYK 0.96 0 0.24 0.47
HSL 165.34º 0.93% 0.28% -
HSV(B) 165.34º 0.96% 0.53% -
XYZ 11.37 18.64 16.1 -
YUV 93.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 5 136 104 0.96 0 0.24 0.47 165.34 0.93 0.28
Hex 5 88 68 60 0 18 2F A5 5D 1C
Octal 5 210 150 140 0 30 57 245 135 34
Binary 101 10001000 1101000 1100000 0 11000 101111 10100101 1011101 11100

Color Harmonies of #058868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058868

Black with #058868

Text Example


Text Example

White with #058868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058868; }

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

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

background-color css

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

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

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

border-color css

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

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

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