Html Css Color HEX #059199 Eastern Blue

📋 copy color: '#059199'

red 5 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #059199

Tints of Eastern Blue #059199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

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

R = 1.65%
G = 47.85%
B = 50.5%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#059199 (or 0x059199) is known color: Eastern Blue. HEX triplet: 05, 91 and 99. RGB value is (5,145,153). Sum of RGB (Red+Green+Blue) = 5+145+153=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #059199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059199 is #FA6E66. Grayscale: #676767. Windows color (decimal): -16412263 or 10064133. OLE color: 10064133.

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

Color convert

RGB 5 145 153 -
CMYK 0.97 0.05 0 0.4
HSL 183.24º 0.94% 0.31% -
HSV(B) 183.24º 0.97% 0.6% -
XYZ 15.94 22.58 33.66 -
YUV 104.05 155.62 57.35 -
System Red Green Blue C M Y K H S L
Decimal 5 145 153 0.97 0.05 0 0.4 183.24 0.94 0.31
Hex 5 91 99 61 5 0 28 B7 5E 1F
Octal 5 221 231 141 5 0 50 267 136 37
Binary 101 10010001 10011001 1100001 101 0 101000 10110111 1011110 11111

Color Harmonies of #059199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059199

Black with #059199

Text Example


Text Example

White with #059199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059199; }

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

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

background-color css

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

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

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

border-color css

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

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

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