Html Css Color HEX #0591A5 Eastern Blue

📋 copy color: '#0591A5'

red 5 ◦ green 145 ◦ blue 165

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

Shades of Eastern Blue #0591A5

Tints of Eastern Blue #0591A5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 165 (64.84% from 255) = 52.38%

R = 1.59%
G = 46.03%
B = 52.38%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0591A5 (or 0x0591A5) is known color: Eastern Blue. HEX triplet: 05, 91 and A5. RGB value is (5,145,165). Sum of RGB (Red+Green+Blue) = 5+145+165=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #0591A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0591A5 is #FA6E5A. Grayscale: #696969. Windows color (decimal): -16412251 or 10850565. OLE color: 10850565.

HSL color Cylindrical-coordinate representation of color #0591A5: hue angle of 187.5º 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 #0591A5 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 145 165 -
CMYK 0.97 0.12 0 0.35
HSL 187.5º 0.94% 0.33% -
HSV(B) 187.5º 0.97% 0.65% -
XYZ 16.98 23 39.14 -
YUV 105.42 161.62 56.37 -
System Red Green Blue C M Y K H S L
Decimal 5 145 165 0.97 0.12 0 0.35 187.5 0.94 0.33
Hex 5 91 A5 61 C 0 23 BC 5E 21
Octal 5 221 245 141 14 0 43 274 136 41
Binary 101 10010001 10100101 1100001 1100 0 100011 10111100 1011110 100001

Color Harmonies of #0591A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0591A5

Black with #0591A5

Text Example


Text Example

White with #0591A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0591A5;
 }
 .AnyTagClassName
 {
   color: #0591A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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