Html Css Color HEX #058D67 Observatory

📋 copy color: '#058D67'

red 5 ◦ green 141 ◦ blue 103

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

Shades of Observatory #058D67

Tints of Observatory #058D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 2.01%
G = 56.63%
B = 41.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#058D67 (or 0x058D67) is known color: Observatory. HEX triplet: 05, 8D and 67. RGB value is (5,141,103). Sum of RGB (Red+Green+Blue) = 5+141+103=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #058D67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D67 is #FA7298. Grayscale: #606060. Windows color (decimal): -16413337 or 6786309. OLE color: 6786309.

HSL color Cylindrical-coordinate representation of color #058D67: hue angle of 163.24º 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 #058D67 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 103 -
CMYK 0.96 0 0.27 0.45
HSL 163.24º 0.93% 0.29% -
HSV(B) 163.24º 0.96% 0.55% -
XYZ 12.04 20.06 16.07 -
YUV 96 131.94 63.09 -
System Red Green Blue C M Y K H S L
Decimal 5 141 103 0.96 0 0.27 0.45 163.24 0.93 0.29
Hex 5 8D 67 60 0 1B 2D A3 5D 1D
Octal 5 215 147 140 0 33 55 243 135 35
Binary 101 10001101 1100111 1100000 0 11011 101101 10100011 1011101 11101

Color Harmonies of #058D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D67

Black with #058D67

Text Example


Text Example

White with #058D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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