Html Css Color HEX #059285 Dark Cyan

📋 copy color: '#059285'

red 5 ◦ green 146 ◦ blue 133

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

Shades of Dark Cyan #059285

Tints of Dark Cyan #059285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 1.76%
G = 51.41%
B = 46.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#059285 (or 0x059285) is known color: Dark Cyan. HEX triplet: 05, 92 and 85. RGB value is (5,146,133). Sum of RGB (Red+Green+Blue) = 5+146+133=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #059285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059285 is #FA6D7A. Grayscale: #666666. Windows color (decimal): -16412027 or 8753669. OLE color: 8753669.

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

Color convert

RGB 5 146 133 -
CMYK 0.97 0 0.09 0.43
HSL 174.47º 0.93% 0.3% -
HSV(B) 174.47º 0.97% 0.57% -
XYZ 14.58 22.28 25.72 -
YUV 102.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 5 146 133 0.97 0 0.09 0.43 174.47 0.93 0.3
Hex 5 92 85 61 0 9 2B AE 5D 1E
Octal 5 222 205 141 0 11 53 256 135 36
Binary 101 10010010 10000101 1100001 0 1001 101011 10101110 1011101 11110

Color Harmonies of #059285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059285

Black with #059285

Text Example


Text Example

White with #059285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059285; }

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

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

background-color css

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

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

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

border-color css

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

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

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