Html Css Color HEX #05899E Eastern Blue

📋 copy color: '#05899E'

red 5 ◦ green 137 ◦ blue 158

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

Shades of Eastern Blue #05899E

Tints of Eastern Blue #05899E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.67%

R = 1.67%
G = 45.67%
B = 52.67%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05899E (or 0x05899E) is known color: Eastern Blue. HEX triplet: 05, 89 and 9E. RGB value is (5,137,158). Sum of RGB (Red+Green+Blue) = 5+137+158=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #05899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05899E is #FA7661. Grayscale: #636363. Windows color (decimal): -16414306 or 10389765. OLE color: 10389765.

HSL color Cylindrical-coordinate representation of color #05899E: hue angle of 188.24º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05899E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 137 158 -
CMYK 0.97 0.13 0 0.38
HSL 188.24º 0.94% 0.32% -
HSV(B) 188.24º 0.97% 0.62% -
XYZ 15.18 20.39 35.48 -
YUV 99.93 160.77 60.29 -
System Red Green Blue C M Y K H S L
Decimal 5 137 158 0.97 0.13 0 0.38 188.24 0.94 0.32
Hex 5 89 9E 61 D 0 26 BC 5E 20
Octal 5 211 236 141 15 0 46 274 136 40
Binary 101 10001001 10011110 1100001 1101 0 100110 10111100 1011110 100000

Color Harmonies of #05899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05899E

Black with #05899E

Text Example


Text Example

White with #05899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05899E; }

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

 H1.HeaderClassName
 {
   color: #05899E;
 }
 .AnyTagClassName
 {
   color: #05899E;
 }
</style>

background-color css

<style>
 a { background-color: #05899E; }

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

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

border-color css

<style>
 span { border-color: #05899E; }

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

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