Html Css Color HEX #059399 Eastern Blue

📋 copy color: '#059399'

red 5 ◦ green 147 ◦ blue 153

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

Shades of Eastern Blue #059399

Tints of Eastern Blue #059399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.2%

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 1.64%
G = 48.2%
B = 50.16%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#059399 (or 0x059399) is known color: Eastern Blue. HEX triplet: 05, 93 and 99. RGB value is (5,147,153). Sum of RGB (Red+Green+Blue) = 5+147+153=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #059399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059399 is #FA6C66. Grayscale: #696969. Windows color (decimal): -16411751 or 10064645. OLE color: 10064645.

HSL color Cylindrical-coordinate representation of color #059399: hue angle of 182.43º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059399 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 147 153 -
CMYK 0.97 0.04 0 0.4
HSL 182.43º 0.94% 0.31% -
HSV(B) 182.43º 0.97% 0.6% -
XYZ 16.25 23.2 33.76 -
YUV 105.23 154.96 56.51 -
System Red Green Blue C M Y K H S L
Decimal 5 147 153 0.97 0.04 0 0.4 182.43 0.94 0.31
Hex 5 93 99 61 4 0 28 B6 5E 1F
Octal 5 223 231 141 4 0 50 266 136 37
Binary 101 10010011 10011001 1100001 100 0 101000 10110110 1011110 11111

Color Harmonies of #059399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059399

Black with #059399

Text Example


Text Example

White with #059399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059399; }

 p { color: rgb(5,147,153); }

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

background-color css

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

 a { background-color: rgb(5,147,153); }

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

border-color css

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

 span { border-color: rgb(5,147,153); }

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