Html Css Color HEX #058290 Dark Cyan

📋 copy color: '#058290'

red 5 ◦ green 130 ◦ blue 144

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

Shades of Dark Cyan #058290

Tints of Dark Cyan #058290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 1.79%
G = 46.59%
B = 51.61%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#058290 (or 0x058290) is known color: Dark Cyan. HEX triplet: 05, 82 and 90. RGB value is (5,130,144). Sum of RGB (Red+Green+Blue) = 5+130+144=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #058290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058290 is #FA7D6F. Grayscale: #5E5E5E. Windows color (decimal): -16416112 or 9470469. OLE color: 9470469.

HSL color Cylindrical-coordinate representation of color #058290: hue angle of 186.04º 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 #058290 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 130 144 -
CMYK 0.97 0.10 0 0.44
HSL 186.04º 0.93% 0.29% -
HSV(B) 186.04º 0.97% 0.56% -
XYZ 13.08 18.01 29.17 -
YUV 94.22 156.09 64.36 -
System Red Green Blue C M Y K H S L
Decimal 5 130 144 0.97 0.10 0 0.44 186.04 0.93 0.29
Hex 5 82 90 61 A 0 2C BA 5D 1D
Octal 5 202 220 141 12 0 54 272 135 35
Binary 101 10000010 10010000 1100001 1010 0 101100 10111010 1011101 11101

Color Harmonies of #058290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058290

Black with #058290

Text Example


Text Example

White with #058290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058290; }

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

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

background-color css

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

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

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

border-color css

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

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

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