Html Css Color HEX #05859A Eastern Blue

📋 copy color: '#05859A'

red 5 ◦ green 133 ◦ blue 154

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

Shades of Eastern Blue #05859A

Tints of Eastern Blue #05859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.74%

R = 1.71%
G = 45.55%
B = 52.74%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05859A (or 0x05859A) is known color: Eastern Blue. HEX triplet: 05, 85 and 9A. RGB value is (5,133,154). Sum of RGB (Red+Green+Blue) = 5+133+154=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #05859A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05859A is #FA7A65. Grayscale: #606060. Windows color (decimal): -16415334 or 10126597. OLE color: 10126597.

HSL color Cylindrical-coordinate representation of color #05859A: hue angle of 188.46º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05859A is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 133 154 -
CMYK 0.97 0.14 0 0.40
HSL 188.46º 0.94% 0.31% -
HSV(B) 188.46º 0.97% 0.6% -
XYZ 14.28 19.14 33.51 -
YUV 97.12 160.09 62.29 -
System Red Green Blue C M Y K H S L
Decimal 5 133 154 0.97 0.14 0 0.40 188.46 0.94 0.31
Hex 5 85 9A 61 E 0 28 BC 5E 1F
Octal 5 205 232 141 16 0 50 274 136 37
Binary 101 10000101 10011010 1100001 1110 0 101000 10111100 1011110 11111

Color Harmonies of #05859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05859A

Black with #05859A

Text Example


Text Example

White with #05859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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