Html Css Color HEX #058574 Observatory

📋 copy color: '#058574'

red 5 ◦ green 133 ◦ blue 116

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

Shades of Observatory #058574

Tints of Observatory #058574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 1.97%
G = 52.36%
B = 45.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#058574 (or 0x058574) is known color: Observatory. HEX triplet: 05, 85 and 74. RGB value is (5,133,116). Sum of RGB (Red+Green+Blue) = 5+133+116=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #058574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058574 is #FA7A8B. Grayscale: #5C5C5C. Windows color (decimal): -16415372 or 7636229. OLE color: 7636229.

HSL color Cylindrical-coordinate representation of color #058574: hue angle of 172.03º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058574 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 116 -
CMYK 0.96 0 0.13 0.48
HSL 172.03º 0.93% 0.27% -
HSV(B) 172.03º 0.96% 0.52% -
XYZ 11.6 18.07 19.4 -
YUV 92.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 5 133 116 0.96 0 0.13 0.48 172.03 0.93 0.27
Hex 5 85 74 60 0 D 30 AC 5D 1B
Octal 5 205 164 140 0 15 60 254 135 33
Binary 101 10000101 1110100 1100000 0 1101 110000 10101100 1011101 11011

Color Harmonies of #058574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058574

Black with #058574

Text Example


Text Example

White with #058574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058574; }

 p { color: rgb(5,133,116); }

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

background-color css

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

 a { background-color: rgb(5,133,116); }

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

border-color css

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

 span { border-color: rgb(5,133,116); }

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