Html Css Color HEX #058F68 Observatory

📋 copy color: '#058F68'

red 5 ◦ green 143 ◦ blue 104

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

Shades of Observatory #058F68

Tints of Observatory #058F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.75%

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

R = 1.98%
G = 56.75%
B = 41.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#058F68 (or 0x058F68) is known color: Observatory. HEX triplet: 05, 8F and 68. RGB value is (5,143,104). Sum of RGB (Red+Green+Blue) = 5+143+104=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 143 (56.25% from 255 or 56.75% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 143 - color contains mainly: green. Hex color #058F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F68 is #FA7097. Grayscale: #616161. Windows color (decimal): -16412824 or 6852357. OLE color: 6852357.

HSL color Cylindrical-coordinate representation of color #058F68: hue angle of 163.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F68 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 104 -
CMYK 0.97 0 0.27 0.44
HSL 163.04º 0.93% 0.29% -
HSV(B) 163.04º 0.97% 0.56% -
XYZ 12.38 20.68 16.44 -
YUV 97.29 131.78 62.17 -
System Red Green Blue C M Y K H S L
Decimal 5 143 104 0.97 0 0.27 0.44 163.04 0.93 0.29
Hex 5 8F 68 61 0 1B 2C A3 5D 1D
Octal 5 217 150 141 0 33 54 243 135 35
Binary 101 10001111 1101000 1100001 0 11011 101100 10100011 1011101 11101

Color Harmonies of #058F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F68

Black with #058F68

Text Example


Text Example

White with #058F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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