Html Css Color HEX #058A68 Observatory

📋 copy color: '#058A68'

red 5 ◦ green 138 ◦ blue 104

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

Shades of Observatory #058A68

Tints of Observatory #058A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.87%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 2.02%
G = 55.87%
B = 42.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#058A68 (or 0x058A68) is known color: Observatory. HEX triplet: 05, 8A and 68. RGB value is (5,138,104). Sum of RGB (Red+Green+Blue) = 5+138+104=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #058A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A68 is #FA7597. Grayscale: #5E5E5E. Windows color (decimal): -16414104 or 6851077. OLE color: 6851077.

HSL color Cylindrical-coordinate representation of color #058A68: hue angle of 164.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A68 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 138 104 -
CMYK 0.96 0 0.25 0.46
HSL 164.66º 0.93% 0.28% -
HSV(B) 164.66º 0.96% 0.54% -
XYZ 11.65 19.21 16.19 -
YUV 94.36 133.44 64.26 -
System Red Green Blue C M Y K H S L
Decimal 5 138 104 0.96 0 0.25 0.46 164.66 0.93 0.28
Hex 5 8A 68 60 0 19 2E A5 5D 1C
Octal 5 212 150 140 0 31 56 245 135 34
Binary 101 10001010 1101000 1100000 0 11001 101110 10100101 1011101 11100

Color Harmonies of #058A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058A68

Black with #058A68

Text Example


Text Example

White with #058A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,138,104); }

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

background-color css

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

 a { background-color: rgb(5,138,104); }

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

border-color css

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

 span { border-color: rgb(5,138,104); }

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