Html Css Color HEX #05829A Eastern Blue

📋 copy color: '#05829A'

red 5 ◦ green 130 ◦ blue 154

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

Shades of Eastern Blue #05829A

Tints of Eastern Blue #05829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

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

R = 1.73%
G = 44.98%
B = 53.29%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05829A (or 0x05829A) is known color: Eastern Blue. HEX triplet: 05, 82 and 9A. RGB value is (5,130,154). Sum of RGB (Red+Green+Blue) = 5+130+154=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #05829A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05829A is #FA7D65. Grayscale: #5F5F5F. Windows color (decimal): -16416102 or 10125829. OLE color: 10125829.

HSL color Cylindrical-coordinate representation of color #05829A: hue angle of 189.66º 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 #05829A is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 130 154 -
CMYK 0.97 0.16 0 0.40
HSL 189.66º 0.94% 0.31% -
HSV(B) 189.66º 0.97% 0.6% -
XYZ 13.88 18.33 33.38 -
YUV 95.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 5 130 154 0.97 0.16 0 0.40 189.66 0.94 0.31
Hex 5 82 9A 61 10 0 28 BE 5E 1F
Octal 5 202 232 141 20 0 50 276 136 37
Binary 101 10000010 10011010 1100001 10000 0 101000 10111110 1011110 11111

Color Harmonies of #05829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05829A

Black with #05829A

Text Example


Text Example

White with #05829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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