Html Css Color HEX #058D6C Observatory

📋 copy color: '#058D6C'

red 5 ◦ green 141 ◦ blue 108

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

Shades of Observatory #058D6C

Tints of Observatory #058D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.51%

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 1.97%
G = 55.51%
B = 42.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#058D6C (or 0x058D6C) is known color: Observatory. HEX triplet: 05, 8D and 6C. RGB value is (5,141,108). Sum of RGB (Red+Green+Blue) = 5+141+108=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #058D6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D6C is #FA7293. Grayscale: #606060. Windows color (decimal): -16413332 or 7113989. OLE color: 7113989.

HSL color Cylindrical-coordinate representation of color #058D6C: hue angle of 165.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D6C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 108 -
CMYK 0.96 0 0.23 0.45
HSL 165.44º 0.93% 0.29% -
HSV(B) 165.44º 0.96% 0.55% -
XYZ 12.29 20.16 17.43 -
YUV 96.57 134.44 62.68 -
System Red Green Blue C M Y K H S L
Decimal 5 141 108 0.96 0 0.23 0.45 165.44 0.93 0.29
Hex 5 8D 6C 60 0 17 2D A5 5D 1D
Octal 5 215 154 140 0 27 55 245 135 35
Binary 101 10001101 1101100 1100000 0 10111 101101 10100101 1011101 11101

Color Harmonies of #058D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D6C

Black with #058D6C

Text Example


Text Example

White with #058D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058D6C; }

 p { color: rgb(5,141,108); }

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

background-color css

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

 a { background-color: rgb(5,141,108); }

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

border-color css

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

 span { border-color: rgb(5,141,108); }

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