Html Css Color HEX #05829D Eastern Blue

📋 copy color: '#05829D'

red 5 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #05829D

Tints of Eastern Blue #05829D

RGB

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

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

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

R = 1.71%
G = 44.52%
B = 53.77%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05829D (or 0x05829D) is known color: Eastern Blue. HEX triplet: 05, 82 and 9D. RGB value is (5,130,157). Sum of RGB (Red+Green+Blue) = 5+130+157=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #05829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05829D is #FA7D62. Grayscale: #5F5F5F. Windows color (decimal): -16416099 or 10322437. OLE color: 10322437.

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

Color convert

RGB 5 130 157 -
CMYK 0.97 0.17 0 0.38
HSL 190.66º 0.94% 0.32% -
HSV(B) 190.66º 0.97% 0.62% -
XYZ 14.13 18.43 34.71 -
YUV 95.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 5 130 157 0.97 0.17 0 0.38 190.66 0.94 0.32
Hex 5 82 9D 61 11 0 26 BF 5E 20
Octal 5 202 235 141 21 0 46 277 136 40
Binary 101 10000010 10011101 1100001 10001 0 100110 10111111 1011110 100000

Color Harmonies of #05829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05829D

Black with #05829D

Text Example


Text Example

White with #05829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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