Html Css Color HEX #05829B Eastern Blue

📋 copy color: '#05829B'

red 5 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #05829B

Tints of Eastern Blue #05829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 1.72%
G = 44.83%
B = 53.45%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05829B (or 0x05829B) is known color: Eastern Blue. HEX triplet: 05, 82 and 9B. RGB value is (5,130,155). Sum of RGB (Red+Green+Blue) = 5+130+155=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #05829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05829B is #FA7D64. Grayscale: #5F5F5F. Windows color (decimal): -16416101 or 10191365. OLE color: 10191365.

HSL color Cylindrical-coordinate representation of color #05829B: hue angle of 190º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05829B is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 130 155 -
CMYK 0.97 0.16 0 0.39
HSL 190º 0.94% 0.31% -
HSV(B) 190º 0.97% 0.61% -
XYZ 13.96 18.36 33.82 -
YUV 95.48 161.59 63.47 -
System Red Green Blue C M Y K H S L
Decimal 5 130 155 0.97 0.16 0 0.39 190 0.94 0.31
Hex 5 82 9B 61 10 0 27 BE 5E 1F
Octal 5 202 233 141 20 0 47 276 136 37
Binary 101 10000010 10011011 1100001 10000 0 100111 10111110 1011110 11111

Color Harmonies of #05829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05829B

Black with #05829B

Text Example


Text Example

White with #05829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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