Html Css Color HEX #059183 Dark Cyan

📋 copy color: '#059183'

red 5 ◦ green 145 ◦ blue 131

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

Shades of Dark Cyan #059183

Tints of Dark Cyan #059183

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

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

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

Color convert

RGB 5 145 131 -
CMYK 0.97 0 0.10 0.43
HSL 174º 0.93% 0.29% -
HSV(B) 174º 0.97% 0.57% -
XYZ 14.28 21.92 24.95 -
YUV 101.54 144.62 59.14 -
System Red Green Blue C M Y K H S L
Decimal 5 145 131 0.97 0 0.10 0.43 174 0.93 0.29
Hex 5 91 83 61 0 A 2B AE 5D 1D
Octal 5 221 203 141 0 12 53 256 135 35
Binary 101 10010001 10000011 1100001 0 1010 101011 10101110 1011101 11101

Color Harmonies of #059183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059183

Black with #059183

Text Example


Text Example

White with #059183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059183; }

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

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

background-color css

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

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

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

border-color css

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

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

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