Html Css Color HEX #058490 Dark Cyan

📋 copy color: '#058490'

red 5 ◦ green 132 ◦ blue 144

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

Shades of Dark Cyan #058490

Tints of Dark Cyan #058490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 1.78%
G = 46.98%
B = 51.25%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#058490 (or 0x058490) is known color: Dark Cyan. HEX triplet: 05, 84 and 90. RGB value is (5,132,144). Sum of RGB (Red+Green+Blue) = 5+132+144=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #058490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058490 is #FA7B6F. Grayscale: #5F5F5F. Windows color (decimal): -16415600 or 9470981. OLE color: 9470981.

HSL color Cylindrical-coordinate representation of color #058490: hue angle of 185.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058490 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 132 144 -
CMYK 0.97 0.08 0 0.44
HSL 185.18º 0.93% 0.29% -
HSV(B) 185.18º 0.97% 0.56% -
XYZ 13.35 18.55 29.26 -
YUV 95.4 155.42 63.52 -
System Red Green Blue C M Y K H S L
Decimal 5 132 144 0.97 0.08 0 0.44 185.18 0.93 0.29
Hex 5 84 90 61 8 0 2C B9 5D 1D
Octal 5 204 220 141 10 0 54 271 135 35
Binary 101 10000100 10010000 1100001 1000 0 101100 10111001 1011101 11101

Color Harmonies of #058490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058490

Black with #058490

Text Example


Text Example

White with #058490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058490; }

 p { color: rgb(5,132,144); }

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

background-color css

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

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

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

border-color css

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

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

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