Html Css Color HEX #05899F Eastern Blue

📋 copy color: '#05899F'

red 5 ◦ green 137 ◦ blue 159

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

Shades of Eastern Blue #05899F

Tints of Eastern Blue #05899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.82%

R = 1.66%
G = 45.51%
B = 52.82%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05899F (or 0x05899F) is known color: Eastern Blue. HEX triplet: 05, 89 and 9F. RGB value is (5,137,159). Sum of RGB (Red+Green+Blue) = 5+137+159=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #05899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05899F is #FA7660. Grayscale: #636363. Windows color (decimal): -16414305 or 10455301. OLE color: 10455301.

HSL color Cylindrical-coordinate representation of color #05899F: hue angle of 188.57º 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 #05899F is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 137 159 -
CMYK 0.97 0.14 0 0.38
HSL 188.57º 0.94% 0.32% -
HSV(B) 188.57º 0.97% 0.62% -
XYZ 15.27 20.43 35.94 -
YUV 100.04 161.27 60.21 -
System Red Green Blue C M Y K H S L
Decimal 5 137 159 0.97 0.14 0 0.38 188.57 0.94 0.32
Hex 5 89 9F 61 E 0 26 BD 5E 20
Octal 5 211 237 141 16 0 46 275 136 40
Binary 101 10001001 10011111 1100001 1110 0 100110 10111101 1011110 100000

Color Harmonies of #05899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05899F

Black with #05899F

Text Example


Text Example

White with #05899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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