Html Css Color HEX #058569 Observatory

📋 copy color: '#058569'

red 5 ◦ green 133 ◦ blue 105

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

Shades of Observatory #058569

Tints of Observatory #058569

RGB

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

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

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

R = 2.06%
G = 54.73%
B = 43.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#058569 (or 0x058569) is known color: Observatory. HEX triplet: 05, 85 and 69. RGB value is (5,133,105). Sum of RGB (Red+Green+Blue) = 5+133+105=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #058569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058569 is #FA7A96. Grayscale: #5B5B5B. Windows color (decimal): -16415383 or 6915333. OLE color: 6915333.

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

Color convert

RGB 5 133 105 -
CMYK 0.96 0 0.21 0.48
HSL 166.88º 0.93% 0.27% -
HSV(B) 166.88º 0.96% 0.52% -
XYZ 11 17.83 16.23 -
YUV 91.54 135.59 66.28 -
System Red Green Blue C M Y K H S L
Decimal 5 133 105 0.96 0 0.21 0.48 166.88 0.93 0.27
Hex 5 85 69 60 0 15 30 A7 5D 1B
Octal 5 205 151 140 0 25 60 247 135 33
Binary 101 10000101 1101001 1100000 0 10101 110000 10100111 1011101 11011

Color Harmonies of #058569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058569

Black with #058569

Text Example


Text Example

White with #058569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058569; }

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

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

background-color css

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

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

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

border-color css

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

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

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