Html Css Color HEX #05839D Eastern Blue

📋 copy color: '#05839D'

red 5 ◦ green 131 ◦ blue 157

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

Shades of Eastern Blue #05839D

Tints of Eastern Blue #05839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 1.71%
G = 44.71%
B = 53.58%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05839D (or 0x05839D) is known color: Eastern Blue. HEX triplet: 05, 83 and 9D. RGB value is (5,131,157). Sum of RGB (Red+Green+Blue) = 5+131+157=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #05839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05839D is #FA7C62. Grayscale: #606060. Windows color (decimal): -16415843 or 10322693. OLE color: 10322693.

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

Color convert

RGB 5 131 157 -
CMYK 0.97 0.17 0 0.38
HSL 190.26º 0.94% 0.32% -
HSV(B) 190.26º 0.97% 0.62% -
XYZ 14.26 18.7 34.76 -
YUV 96.29 162.26 62.89 -
System Red Green Blue C M Y K H S L
Decimal 5 131 157 0.97 0.17 0 0.38 190.26 0.94 0.32
Hex 5 83 9D 61 11 0 26 BE 5E 20
Octal 5 203 235 141 21 0 46 276 136 40
Binary 101 10000011 10011101 1100001 10001 0 100110 10111110 1011110 100000

Color Harmonies of #05839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05839D

Black with #05839D

Text Example


Text Example

White with #05839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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