Html Css Color HEX #058F65 Observatory

📋 copy color: '#058F65'

red 5 ◦ green 143 ◦ blue 101

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

Shades of Observatory #058F65

Tints of Observatory #058F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 2.01%
G = 57.43%
B = 40.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#058F65 (or 0x058F65) is known color: Observatory. HEX triplet: 05, 8F and 65. RGB value is (5,143,101). Sum of RGB (Red+Green+Blue) = 5+143+101=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #058F65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F65 is #FA709A. Grayscale: #606060. Windows color (decimal): -16412827 or 6655749. OLE color: 6655749.

HSL color Cylindrical-coordinate representation of color #058F65: hue angle of 161.74º 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 #058F65 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 101 -
CMYK 0.97 0 0.29 0.44
HSL 161.74º 0.93% 0.29% -
HSV(B) 161.74º 0.97% 0.56% -
XYZ 12.23 20.62 15.65 -
YUV 96.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 5 143 101 0.97 0 0.29 0.44 161.74 0.93 0.29
Hex 5 8F 65 61 0 1D 2C A2 5D 1D
Octal 5 217 145 141 0 35 54 242 135 35
Binary 101 10001111 1100101 1100001 0 11101 101100 10100010 1011101 11101

Color Harmonies of #058F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F65

Black with #058F65

Text Example


Text Example

White with #058F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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