Html Css Color HEX #058766 Observatory

📋 copy color: '#058766'

red 5 ◦ green 135 ◦ blue 102

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

Shades of Observatory #058766

Tints of Observatory #058766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.79%

 BLUE value IS 102 (40.23% from 255) = 42.15%

R = 2.07%
G = 55.79%
B = 42.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#058766 (or 0x058766) is known color: Observatory. HEX triplet: 05, 87 and 66. RGB value is (5,135,102). Sum of RGB (Red+Green+Blue) = 5+135+102=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #058766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058766 is #FA7899. Grayscale: #5C5C5C. Windows color (decimal): -16414874 or 6719237. OLE color: 6719237.

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

Color convert

RGB 5 135 102 -
CMYK 0.96 0 0.24 0.47
HSL 164.77º 0.93% 0.27% -
HSV(B) 164.77º 0.96% 0.53% -
XYZ 11.12 18.32 15.52 -
YUV 92.37 133.43 65.68 -
System Red Green Blue C M Y K H S L
Decimal 5 135 102 0.96 0 0.24 0.47 164.77 0.93 0.27
Hex 5 87 66 60 0 18 2F A5 5D 1B
Octal 5 207 146 140 0 30 57 245 135 33
Binary 101 10000111 1100110 1100000 0 11000 101111 10100101 1011101 11011

Color Harmonies of #058766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058766

Black with #058766

Text Example


Text Example

White with #058766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058766; }

 p { color: rgb(5,135,102); }

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

background-color css

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

 a { background-color: rgb(5,135,102); }

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

border-color css

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

 span { border-color: rgb(5,135,102); }

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