#0590A5

Color #0590A5 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0590A5

Tints of Eastern Blue #0590A5

Color information

#0590A5 (or 0x0590A5) is unknown color: approx Eastern Blue. HEX triplet: 05, 90 and A5. RGB value is (5,144,165). Sum of RGB (Red+Green+Blue) = 5+144+165=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #0590A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0590A5 is #FA6F5A. Grayscale: #686868. Windows color (decimal): -16412507 or 10850309. OLE color: 10850309.

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

Color convert

RGB5144165-
CMYK0.970.1300.35
HSL187.88º94.12%33.33%-
HSV(B)187.88º96.97%64.71%-
XYZ16.8322.739.09-
YUV104.83161.9556.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 165 (64.84% from 255) = 52.55%
R=1.59%
G=45.86%
B=52.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51441650.970.1300.35187.8894.1233.33
Hex590A561D023bc5e21
Octal52202451411504327413641
Binary1011001000010100101110000111010100011101111001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0590A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0590A5; }

 p { color: rgb(5,144,165); }

 H1.HeaderClassName
 {
   color: #0590A5;
 }
 .AnyTagClassName
 {
   color: #0590A5;
 }
</style>
background-color css

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

 a { background-color: rgb(5,144,165); }

 div.DivClassName
 {
   background-color: #0590A5;
 }
 .BgClassName
 {
   background-color: #0590A5;
 }
</style>
border-color css

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

 span { border-color: rgb(5,144,165); }

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