Html Css Color HEX #05919A Eastern Blue

📋 copy color: '#05919A'

red 5 ◦ green 145 ◦ blue 154

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

Shades of Eastern Blue #05919A

Tints of Eastern Blue #05919A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 1.64%
G = 47.7%
B = 50.66%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05919A (or 0x05919A) is known color: Eastern Blue. HEX triplet: 05, 91 and 9A. RGB value is (5,145,154). Sum of RGB (Red+Green+Blue) = 5+145+154=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #05919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05919A is #FA6E65. Grayscale: #676767. Windows color (decimal): -16412262 or 10129669. OLE color: 10129669.

HSL color Cylindrical-coordinate representation of color #05919A: hue angle of 183.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05919A is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 145 154 -
CMYK 0.97 0.06 0 0.40
HSL 183.62º 0.94% 0.31% -
HSV(B) 183.62º 0.97% 0.6% -
XYZ 16.02 22.62 34.09 -
YUV 104.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 5 145 154 0.97 0.06 0 0.40 183.62 0.94 0.31
Hex 5 91 9A 61 6 0 28 B8 5E 1F
Octal 5 221 232 141 6 0 50 270 136 37
Binary 101 10010001 10011010 1100001 110 0 101000 10111000 1011110 11111

Color Harmonies of #05919A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05919A

Black with #05919A

Text Example


Text Example

White with #05919A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05919A; }

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

 H1.HeaderClassName
 {
   color: #05919A;
 }
 .AnyTagClassName
 {
   color: #05919A;
 }
</style>

background-color css

<style>
 a { background-color: #05919A; }

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

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

border-color css

<style>
 span { border-color: #05919A; }

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

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