Html Css Color HEX #05859D Eastern Blue

📋 copy color: '#05859D'

red 5 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #05859D

Tints of Eastern Blue #05859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 1.69%
G = 45.08%
B = 53.22%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05859D (or 0x05859D) is known color: Eastern Blue. HEX triplet: 05, 85 and 9D. RGB value is (5,133,157). Sum of RGB (Red+Green+Blue) = 5+133+157=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #05859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05859D is #FA7A62. Grayscale: #616161. Windows color (decimal): -16415331 or 10323205. OLE color: 10323205.

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

Color convert

RGB 5 133 157 -
CMYK 0.97 0.15 0 0.38
HSL 189.47º 0.94% 0.32% -
HSV(B) 189.47º 0.97% 0.62% -
XYZ 14.54 19.24 34.85 -
YUV 97.46 161.59 62.05 -
System Red Green Blue C M Y K H S L
Decimal 5 133 157 0.97 0.15 0 0.38 189.47 0.94 0.32
Hex 5 85 9D 61 F 0 26 BD 5E 20
Octal 5 205 235 141 17 0 46 275 136 40
Binary 101 10000101 10011101 1100001 1111 0 100110 10111101 1011110 100000

Color Harmonies of #05859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05859D

Black with #05859D

Text Example


Text Example

White with #05859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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