Html Css Color HEX #058391 Dark Cyan

📋 copy color: '#058391'

red 5 ◦ green 131 ◦ blue 145

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

Shades of Dark Cyan #058391

Tints of Dark Cyan #058391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 1.78%
G = 46.62%
B = 51.6%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#058391 (or 0x058391) is known color: Dark Cyan. HEX triplet: 05, 83 and 91. RGB value is (5,131,145). Sum of RGB (Red+Green+Blue) = 5+131+145=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #058391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058391 is #FA7C6E. Grayscale: #5E5E5E. Windows color (decimal): -16415855 or 9536261. OLE color: 9536261.

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

Color convert

RGB 5 131 145 -
CMYK 0.97 0.10 0 0.43
HSL 186º 0.93% 0.29% -
HSV(B) 186º 0.97% 0.57% -
XYZ 13.29 18.31 29.62 -
YUV 94.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 5 131 145 0.97 0.10 0 0.43 186 0.93 0.29
Hex 5 83 91 61 A 0 2B BA 5D 1D
Octal 5 203 221 141 12 0 53 272 135 35
Binary 101 10000011 10010001 1100001 1010 0 101011 10111010 1011101 11101

Color Harmonies of #058391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058391

Black with #058391

Text Example


Text Example

White with #058391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058391; }

 p { color: rgb(5,131,145); }

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

background-color css

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

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

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

border-color css

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

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

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