Html Css Color HEX #058989 Dark Cyan

📋 copy color: '#058989'

red 5 ◦ green 137 ◦ blue 137

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

Shades of Dark Cyan #058989

Tints of Dark Cyan #058989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.1%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 1.79%
G = 49.1%
B = 49.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#058989 (or 0x058989) is known color: Dark Cyan. HEX triplet: 05, 89 and 89. RGB value is (5,137,137). Sum of RGB (Red+Green+Blue) = 5+137+137=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #058989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058989 is #FA7676. Grayscale: #616161. Windows color (decimal): -16414327 or 9013509. OLE color: 9013509.

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

Color convert

RGB 5 137 137 -
CMYK 0.96 0 0 0.46
HSL 180º 0.93% 0.28% -
HSV(B) 180º 0.96% 0.54% -
XYZ 13.52 19.73 26.76 -
YUV 97.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 5 137 137 0.96 0 0 0.46 180 0.93 0.28
Hex 5 89 89 60 0 0 2E B4 5D 1C
Octal 5 211 211 140 0 0 56 264 135 34
Binary 101 10001001 10001001 1100000 0 0 101110 10110100 1011101 11100

Color Harmonies of #058989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058989

Black with #058989

Text Example


Text Example

White with #058989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058989; }

 p { color: rgb(5,137,137); }

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

background-color css

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

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

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

border-color css

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

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

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