Html Css Color HEX #0589AD Eastern Blue

📋 copy color: '#0589AD'

red 5 ◦ green 137 ◦ blue 173

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

Shades of Eastern Blue #0589AD

Tints of Eastern Blue #0589AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 1.59%
G = 43.49%
B = 54.92%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0589AD (or 0x0589AD) is known color: Eastern Blue. HEX triplet: 05, 89 and AD. RGB value is (5,137,173). Sum of RGB (Red+Green+Blue) = 5+137+173=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #0589AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0589AD is #FA7652. Grayscale: #656565. Windows color (decimal): -16414291 or 11372805. OLE color: 11372805.

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

Color convert

RGB 5 137 173 -
CMYK 0.97 0.21 0 0.32
HSL 192.86º 0.94% 0.35% -
HSV(B) 192.86º 0.97% 0.68% -
XYZ 16.55 20.94 42.7 -
YUV 101.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 5 137 173 0.97 0.21 0 0.32 192.86 0.94 0.35
Hex 5 89 AD 61 15 0 20 C1 5E 23
Octal 5 211 255 141 25 0 40 301 136 43
Binary 101 10001001 10101101 1100001 10101 0 100000 11000001 1011110 100011

Color Harmonies of #0589AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589AD

Black with #0589AD

Text Example


Text Example

White with #0589AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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