Html Css Color HEX #05889D Eastern Blue

📋 copy color: '#05889D'

red 5 ◦ green 136 ◦ blue 157

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

Shades of Eastern Blue #05889D

Tints of Eastern Blue #05889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.64%

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 1.68%
G = 45.64%
B = 52.68%

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

#05889D (or 0x05889D) is known color: Eastern Blue. HEX triplet: 05, 88 and 9D. RGB value is (5,136,157). Sum of RGB (Red+Green+Blue) = 5+136+157=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #05889D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05889D is #FA7762. Grayscale: #636363. Windows color (decimal): -16414563 or 10323973. OLE color: 10323973.

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

Color convert

RGB 5 136 157 -
CMYK 0.97 0.13 0 0.38
HSL 188.29º 0.94% 0.32% -
HSV(B) 188.29º 0.97% 0.62% -
XYZ 14.95 20.07 34.99 -
YUV 99.23 160.6 60.79 -
System Red Green Blue C M Y K H S L
Decimal 5 136 157 0.97 0.13 0 0.38 188.29 0.94 0.32
Hex 5 88 9D 61 D 0 26 BC 5E 20
Octal 5 210 235 141 15 0 46 274 136 40
Binary 101 10001000 10011101 1100001 1101 0 100110 10111100 1011110 100000

Color Harmonies of #05889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05889D

Black with #05889D

Text Example


Text Example

White with #05889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05889D; }

 p { color: rgb(5,136,157); }

 H1.HeaderClassName
 {
   color: #05889D;
 }
 .AnyTagClassName
 {
   color: #05889D;
 }
</style>

background-color css

<style>
 a { background-color: #05889D; }

 a { background-color: rgb(5,136,157); }

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

border-color css

<style>
 span { border-color: #05889D; }

 span { border-color: rgb(5,136,157); }

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