Html Css Color HEX #05829C Eastern Blue

📋 copy color: '#05829C'

red 5 ◦ green 130 ◦ blue 156

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

Shades of Eastern Blue #05829C

Tints of Eastern Blue #05829C

RGB

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

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

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

R = 1.72%
G = 44.67%
B = 53.61%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05829C (or 0x05829C) is known color: Eastern Blue. HEX triplet: 05, 82 and 9C. RGB value is (5,130,156). Sum of RGB (Red+Green+Blue) = 5+130+156=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #05829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05829C is #FA7D63. Grayscale: #5F5F5F. Windows color (decimal): -16416100 or 10256901. OLE color: 10256901.

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

Color convert

RGB 5 130 156 -
CMYK 0.97 0.17 0 0.39
HSL 190.33º 0.94% 0.32% -
HSV(B) 190.33º 0.97% 0.61% -
XYZ 14.05 18.4 34.26 -
YUV 95.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 5 130 156 0.97 0.17 0 0.39 190.33 0.94 0.32
Hex 5 82 9C 61 11 0 27 BE 5E 20
Octal 5 202 234 141 21 0 47 276 136 40
Binary 101 10000010 10011100 1100001 10001 0 100111 10111110 1011110 100000

Color Harmonies of #05829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05829C

Black with #05829C

Text Example


Text Example

White with #05829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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