Html Css Color HEX #059D85 Persian Green

📋 copy color: '#059D85'

red 5 ◦ green 157 ◦ blue 133

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

Shades of Persian Green #059D85

Tints of Persian Green #059D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.22%

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

R = 1.69%
G = 53.22%
B = 45.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#059D85 (or 0x059D85) is known color: Persian Green. HEX triplet: 05, 9D and 85. RGB value is (5,157,133). Sum of RGB (Red+Green+Blue) = 5+157+133=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #059D85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D85 is #FA627A. Grayscale: #6C6C6C. Windows color (decimal): -16409211 or 8756485. OLE color: 8756485.

HSL color Cylindrical-coordinate representation of color #059D85: hue angle of 170.53º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059D85 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 157 133 -
CMYK 0.97 0 0.15 0.38
HSL 170.53º 0.94% 0.32% -
HSV(B) 170.53º 0.97% 0.62% -
XYZ 16.35 25.84 26.32 -
YUV 108.82 141.64 53.95 -
System Red Green Blue C M Y K H S L
Decimal 5 157 133 0.97 0 0.15 0.38 170.53 0.94 0.32
Hex 5 9D 85 61 0 F 26 AB 5E 20
Octal 5 235 205 141 0 17 46 253 136 40
Binary 101 10011101 10000101 1100001 0 1111 100110 10101011 1011110 100000

Color Harmonies of #059D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D85

Black with #059D85

Text Example


Text Example

White with #059D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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