Html Css Color HEX #059299 Eastern Blue

📋 copy color: '#059299'

red 5 ◦ green 146 ◦ blue 153

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

Shades of Eastern Blue #059299

Tints of Eastern Blue #059299

RGB

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

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

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

R = 1.64%
G = 48.03%
B = 50.33%

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

#059299 (or 0x059299) is known color: Eastern Blue. HEX triplet: 05, 92 and 99. RGB value is (5,146,153). Sum of RGB (Red+Green+Blue) = 5+146+153=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #059299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059299 is #FA6D66. Grayscale: #686868. Windows color (decimal): -16412007 or 10064389. OLE color: 10064389.

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

Color convert

RGB 5 146 153 -
CMYK 0.97 0.05 0 0.4
HSL 182.84º 0.94% 0.31% -
HSV(B) 182.84º 0.97% 0.6% -
XYZ 16.09 22.89 33.71 -
YUV 104.64 155.29 56.93 -
System Red Green Blue C M Y K H S L
Decimal 5 146 153 0.97 0.05 0 0.4 182.84 0.94 0.31
Hex 5 92 99 61 5 0 28 B7 5E 1F
Octal 5 222 231 141 5 0 50 267 136 37
Binary 101 10010010 10011001 1100001 101 0 101000 10110111 1011110 11111

Color Harmonies of #059299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059299

Black with #059299

Text Example


Text Example

White with #059299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059299; }

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

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

background-color css

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

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

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

border-color css

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

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

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