Html Css Color HEX #058889 Dark Cyan

📋 copy color: '#058889'

red 5 ◦ green 136 ◦ blue 137

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

Shades of Dark Cyan #058889

Tints of Dark Cyan #058889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

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

R = 1.8%
G = 48.92%
B = 49.28%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#058889 (or 0x058889) is known color: Dark Cyan. HEX triplet: 05, 88 and 89. RGB value is (5,136,137). Sum of RGB (Red+Green+Blue) = 5+136+137=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #058889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058889 is #FA7776. Grayscale: #606060. Windows color (decimal): -16414583 or 9013253. OLE color: 9013253.

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

Color convert

RGB 5 136 137 -
CMYK 0.96 0.01 0 0.46
HSL 180.45º 0.93% 0.28% -
HSV(B) 180.45º 0.96% 0.54% -
XYZ 13.38 19.45 26.72 -
YUV 96.95 150.6 62.42 -
System Red Green Blue C M Y K H S L
Decimal 5 136 137 0.96 0.01 0 0.46 180.45 0.93 0.28
Hex 5 88 89 60 1 0 2E B4 5D 1C
Octal 5 210 211 140 1 0 56 264 135 34
Binary 101 10001000 10001001 1100000 1 0 101110 10110100 1011101 11100

Color Harmonies of #058889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058889

Black with #058889

Text Example


Text Example

White with #058889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058889; }

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

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

background-color css

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

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

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

border-color css

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

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

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