#53829A

Color #53829A Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #53829A

Tints of Hippie Blue #53829A

Color information

#53829A (or 0x53829A) is unknown color: approx Hippie Blue. HEX triplet: 53, 82 and 9A. RGB value is (83,130,154). Sum of RGB (Red+Green+Blue) = 83+130+154=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #53829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53829A is #AC7D65. Grayscale: #767676. Windows color (decimal): -11304294 or 10125907. OLE color: 10125907.

HSL color Cylindrical-coordinate representation of color #53829A: hue angle of 200.28º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53829A is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83130154-
CMYK0.460.1600.40
HSL200.28º29.96%46.47%-
HSV(B)200.28º46.1%60.39%-
XYZ17.3820.1433.54-
YUV118.68147.93102.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=22.62%
G=35.42%
B=41.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831301540.460.1600.40200.2829.9646.47
Hex53829A2E10028c81e2e
Octal12320223256200503103656
Binary101001110000010100110101011101000001010001100100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53829A;
 }
 .AnyTagClassName
 {
   color: #53829A;
 }
</style>
background-color css

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

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

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

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

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

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