Html Css Color HEX #059288 Dark Cyan

📋 copy color: '#059288'

red 5 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #059288

Tints of Dark Cyan #059288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 1.74%
G = 50.87%
B = 47.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#059288 (or 0x059288) is known color: Dark Cyan. HEX triplet: 05, 92 and 88. RGB value is (5,146,136). Sum of RGB (Red+Green+Blue) = 5+146+136=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #059288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059288 is #FA6D77. Grayscale: #666666. Windows color (decimal): -16412024 or 8950277. OLE color: 8950277.

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

Color convert

RGB 5 146 136 -
CMYK 0.97 0 0.07 0.43
HSL 175.74º 0.93% 0.3% -
HSV(B) 175.74º 0.97% 0.57% -
XYZ 14.79 22.37 26.83 -
YUV 102.7 146.79 58.31 -
System Red Green Blue C M Y K H S L
Decimal 5 146 136 0.97 0 0.07 0.43 175.74 0.93 0.3
Hex 5 92 88 61 0 7 2B B0 5D 1E
Octal 5 222 210 141 0 7 53 260 135 36
Binary 101 10010010 10001000 1100001 0 111 101011 10110000 1011101 11110

Color Harmonies of #059288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059288

Black with #059288

Text Example


Text Example

White with #059288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059288; }

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

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

background-color css

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

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

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

border-color css

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

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

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