Html Css Color HEX #058392 Dark Cyan

📋 copy color: '#058392'

red 5 ◦ green 131 ◦ blue 146

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

Shades of Dark Cyan #058392

Tints of Dark Cyan #058392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 1.77%
G = 46.45%
B = 51.77%

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

#058392 (or 0x058392) is known color: Dark Cyan. HEX triplet: 05, 83 and 92. RGB value is (5,131,146). Sum of RGB (Red+Green+Blue) = 5+131+146=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #058392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058392 is #FA7C6D. Grayscale: #5E5E5E. Windows color (decimal): -16415854 or 9601797. OLE color: 9601797.

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

Color convert

RGB 5 131 146 -
CMYK 0.97 0.10 0 0.43
HSL 186.38º 0.93% 0.3% -
HSV(B) 186.38º 0.97% 0.57% -
XYZ 13.37 18.34 30.03 -
YUV 95.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 5 131 146 0.97 0.10 0 0.43 186.38 0.93 0.3
Hex 5 83 92 61 A 0 2B BA 5D 1E
Octal 5 203 222 141 12 0 53 272 135 36
Binary 101 10000011 10010010 1100001 1010 0 101011 10111010 1011101 11110

Color Harmonies of #058392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058392

Black with #058392

Text Example


Text Example

White with #058392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058392; }

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

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

background-color css

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

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

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

border-color css

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

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

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