Html Css Color HEX #058570 Observatory

📋 copy color: '#058570'

red 5 ◦ green 133 ◦ blue 112

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

Shades of Observatory #058570

Tints of Observatory #058570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 2%
G = 53.2%
B = 44.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#058570 (or 0x058570) is known color: Observatory. HEX triplet: 05, 85 and 70. RGB value is (5,133,112). Sum of RGB (Red+Green+Blue) = 5+133+112=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #058570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058570 is #FA7A8F. Grayscale: #5C5C5C. Windows color (decimal): -16415376 or 7374085. OLE color: 7374085.

HSL color Cylindrical-coordinate representation of color #058570: hue angle of 170.16º 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 #058570 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 112 -
CMYK 0.96 0 0.16 0.48
HSL 170.16º 0.93% 0.27% -
HSV(B) 170.16º 0.96% 0.52% -
XYZ 11.37 17.98 18.2 -
YUV 92.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 5 133 112 0.96 0 0.16 0.48 170.16 0.93 0.27
Hex 5 85 70 60 0 10 30 AA 5D 1B
Octal 5 205 160 140 0 20 60 252 135 33
Binary 101 10000101 1110000 1100000 0 10000 110000 10101010 1011101 11011

Color Harmonies of #058570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058570

Black with #058570

Text Example


Text Example

White with #058570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058570; }

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

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

background-color css

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

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

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

border-color css

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

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

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