Html Css Color HEX #0589A8 Eastern Blue

📋 copy color: '#0589A8'

red 5 ◦ green 137 ◦ blue 168

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

Shades of Eastern Blue #0589A8

Tints of Eastern Blue #0589A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 54.19%

R = 1.61%
G = 44.19%
B = 54.19%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0589A8 (or 0x0589A8) is known color: Eastern Blue. HEX triplet: 05, 89 and A8. RGB value is (5,137,168). Sum of RGB (Red+Green+Blue) = 5+137+168=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #0589A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0589A8 is #FA7657. Grayscale: #646464. Windows color (decimal): -16414296 or 11045125. OLE color: 11045125.

HSL color Cylindrical-coordinate representation of color #0589A8: hue angle of 191.41º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0589A8 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 137 168 -
CMYK 0.97 0.18 0 0.34
HSL 191.41º 0.94% 0.34% -
HSV(B) 191.41º 0.97% 0.66% -
XYZ 16.08 20.75 40.2 -
YUV 101.07 165.77 59.48 -
System Red Green Blue C M Y K H S L
Decimal 5 137 168 0.97 0.18 0 0.34 191.41 0.94 0.34
Hex 5 89 A8 61 12 0 22 BF 5E 22
Octal 5 211 250 141 22 0 42 277 136 42
Binary 101 10001001 10101000 1100001 10010 0 100010 10111111 1011110 100010

Color Harmonies of #0589A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589A8

Black with #0589A8

Text Example


Text Example

White with #0589A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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