Html Css Color HEX #058F69 Observatory

📋 copy color: '#058F69'

red 5 ◦ green 143 ◦ blue 105

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

Shades of Observatory #058F69

Tints of Observatory #058F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 1.98%
G = 56.52%
B = 41.5%

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

#058F69 (or 0x058F69) is known color: Observatory. HEX triplet: 05, 8F and 69. RGB value is (5,143,105). Sum of RGB (Red+Green+Blue) = 5+143+105=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #058F69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F69 is #FA7096. Grayscale: #616161. Windows color (decimal): -16412823 or 6917893. OLE color: 6917893.

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

Color convert

RGB 5 143 105 -
CMYK 0.97 0 0.27 0.44
HSL 163.48º 0.93% 0.29% -
HSV(B) 163.48º 0.97% 0.56% -
XYZ 12.43 20.7 16.7 -
YUV 97.41 132.28 62.09 -
System Red Green Blue C M Y K H S L
Decimal 5 143 105 0.97 0 0.27 0.44 163.48 0.93 0.29
Hex 5 8F 69 61 0 1B 2C A3 5D 1D
Octal 5 217 151 141 0 33 54 243 135 35
Binary 101 10001111 1101001 1100001 0 11011 101100 10100011 1011101 11101

Color Harmonies of #058F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F69

Black with #058F69

Text Example


Text Example

White with #058F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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