Html Css Color HEX #059092 Dark Cyan

📋 copy color: '#059092'

red 5 ◦ green 144 ◦ blue 146

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

Shades of Dark Cyan #059092

Tints of Dark Cyan #059092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.81%

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

R = 1.69%
G = 48.81%
B = 49.49%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#059092 (or 0x059092) is known color: Dark Cyan. HEX triplet: 05, 90 and 92. RGB value is (5,144,146). Sum of RGB (Red+Green+Blue) = 5+144+146=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #059092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059092 is #FA6F6D. Grayscale: #666666. Windows color (decimal): -16412526 or 9605125. OLE color: 9605125.

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

Color convert

RGB 5 144 146 -
CMYK 0.97 0.01 0 0.43
HSL 180.85º 0.93% 0.3% -
HSV(B) 180.85º 0.97% 0.57% -
XYZ 15.22 22.05 30.65 -
YUV 102.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 5 144 146 0.97 0.01 0 0.43 180.85 0.93 0.3
Hex 5 90 92 61 1 0 2B B5 5D 1E
Octal 5 220 222 141 1 0 53 265 135 36
Binary 101 10010000 10010010 1100001 1 0 101011 10110101 1011101 11110

Color Harmonies of #059092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059092

Black with #059092

Text Example


Text Example

White with #059092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059092; }

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

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

background-color css

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

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

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

border-color css

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

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

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