Html Css Color HEX #058F6A Observatory

📋 copy color: '#058F6A'

red 5 ◦ green 143 ◦ blue 106

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

Shades of Observatory #058F6A

Tints of Observatory #058F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 1.97%
G = 56.3%
B = 41.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#058F6A (or 0x058F6A) is known color: Observatory. HEX triplet: 05, 8F and 6A. RGB value is (5,143,106). Sum of RGB (Red+Green+Blue) = 5+143+106=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #058F6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F6A is #FA7095. Grayscale: #616161. Windows color (decimal): -16412822 or 6983429. OLE color: 6983429.

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

Color convert

RGB 5 143 106 -
CMYK 0.97 0 0.26 0.44
HSL 163.91º 0.93% 0.29% -
HSV(B) 163.91º 0.97% 0.56% -
XYZ 12.49 20.72 16.98 -
YUV 97.52 132.78 62.01 -
System Red Green Blue C M Y K H S L
Decimal 5 143 106 0.97 0 0.26 0.44 163.91 0.93 0.29
Hex 5 8F 6A 61 0 1A 2C A4 5D 1D
Octal 5 217 152 141 0 32 54 244 135 35
Binary 101 10001111 1101010 1100001 0 11010 101100 10100100 1011101 11101

Color Harmonies of #058F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F6A

Black with #058F6A

Text Example


Text Example

White with #058F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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