Html Css Color HEX #05809C Eastern Blue

📋 copy color: '#05809C'

red 5 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #05809C

Tints of Eastern Blue #05809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.29%

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 1.73%
G = 44.29%
B = 53.98%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05809C (or 0x05809C) is known color: Eastern Blue. HEX triplet: 05, 80 and 9C. RGB value is (5,128,156). Sum of RGB (Red+Green+Blue) = 5+128+156=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #05809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05809C is #FA7F63. Grayscale: #5E5E5E. Windows color (decimal): -16416612 or 10256389. OLE color: 10256389.

HSL color Cylindrical-coordinate representation of color #05809C: hue angle of 191.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05809C is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 128 156 -
CMYK 0.97 0.18 0 0.39
HSL 191.13º 0.94% 0.32% -
HSV(B) 191.13º 0.97% 0.61% -
XYZ 13.78 17.87 34.18 -
YUV 94.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 5 128 156 0.97 0.18 0 0.39 191.13 0.94 0.32
Hex 5 80 9C 61 12 0 27 BF 5E 20
Octal 5 200 234 141 22 0 47 277 136 40
Binary 101 10000000 10011100 1100001 10010 0 100111 10111111 1011110 100000

Color Harmonies of #05809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05809C

Black with #05809C

Text Example


Text Example

White with #05809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05809C; }

 p { color: rgb(5,128,156); }

 H1.HeaderClassName
 {
   color: #05809C;
 }
 .AnyTagClassName
 {
   color: #05809C;
 }
</style>

background-color css

<style>
 a { background-color: #05809C; }

 a { background-color: rgb(5,128,156); }

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

border-color css

<style>
 span { border-color: #05809C; }

 span { border-color: rgb(5,128,156); }

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