Html Css Color HEX #0589AB Eastern Blue

📋 copy color: '#0589AB'

red 5 ◦ green 137 ◦ blue 171

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

Shades of Eastern Blue #0589AB

Tints of Eastern Blue #0589AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 1.6%
G = 43.77%
B = 54.63%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0589AB (or 0x0589AB) is known color: Eastern Blue. HEX triplet: 05, 89 and AB. RGB value is (5,137,171). Sum of RGB (Red+Green+Blue) = 5+137+171=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #0589AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0589AB is #FA7654. Grayscale: #656565. Windows color (decimal): -16414293 or 11241733. OLE color: 11241733.

HSL color Cylindrical-coordinate representation of color #0589AB: hue angle of 192.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0589AB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 137 171 -
CMYK 0.97 0.20 0 0.33
HSL 192.29º 0.94% 0.35% -
HSV(B) 192.29º 0.97% 0.67% -
XYZ 16.36 20.86 41.69 -
YUV 101.41 167.27 59.24 -
System Red Green Blue C M Y K H S L
Decimal 5 137 171 0.97 0.20 0 0.33 192.29 0.94 0.35
Hex 5 89 AB 61 14 0 21 C0 5E 23
Octal 5 211 253 141 24 0 41 300 136 43
Binary 101 10001001 10101011 1100001 10100 0 100001 11000000 1011110 100011

Color Harmonies of #0589AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589AB

Black with #0589AB

Text Example


Text Example

White with #0589AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0589AB; }

 p { color: rgb(5,137,171); }

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

background-color css

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

 a { background-color: rgb(5,137,171); }

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

border-color css

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

 span { border-color: rgb(5,137,171); }

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