#0581A1

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

Shades of Eastern Blue #0581A1

Tints of Eastern Blue #0581A1

Color information

#0581A1 (or 0x0581A1) is unknown color: approx Eastern Blue. HEX triplet: 05, 81 and A1. RGB value is (5,129,161). Sum of RGB (Red+Green+Blue) = 5+129+161=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 161 (63.28% from 255 or 54.58% from 295); Max value from RGB is 161 - color contains mainly: blue. Hex color #0581A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0581A1 is #FA7E5E. Grayscale: #5F5F5F. Windows color (decimal): -16416351 or 10584325. OLE color: 10584325.

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

Color convert

RGB5129161-
CMYK0.970.2000.37
HSL192.31º93.98%32.55%-
HSV(B)192.31º96.89%63.14%-
XYZ14.3518.3136.5-
YUV95.57164.9263.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 161 (63.28% from 255) = 54.58%
R=1.69%
G=43.73%
B=54.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51291610.970.2000.37192.3193.9832.55
Hex581A16114025c05e21
Octal52012411412404530013641
Binary10110000001101000011100001101000100101110000001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0581A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0581A1; }

 p { color: rgb(5,129,161); }

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

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

 a { background-color: rgb(5,129,161); }

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

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

 span { border-color: rgb(5,129,161); }

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