#53829D

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

Shades of Hippie Blue #53829D

Tints of Hippie Blue #53829D

Color information

#53829D (or 0x53829D) is unknown color: approx Hippie Blue. HEX triplet: 53, 82 and 9D. RGB value is (83,130,157). Sum of RGB (Red+Green+Blue) = 83+130+157=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #53829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53829D is #AC7D62. Grayscale: #767676. Windows color (decimal): -11304291 or 10322515. OLE color: 10322515.

HSL color Cylindrical-coordinate representation of color #53829D: hue angle of 201.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53829D is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83130157-
CMYK0.470.1700.38
HSL201.89º30.83%47.06%-
HSV(B)201.89º47.13%61.57%-
XYZ17.6420.2434.88-
YUV119.02149.43102.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=22.43%
G=35.14%
B=42.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831301570.470.1700.38201.8930.8347.06
Hex53829D2F11026ca1f2f
Octal12320223557210463123757
Binary101001110000010100111011011111000101001101100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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