#53849D

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

Shades of Hippie Blue #53849D

Tints of Hippie Blue #53849D

Color information

#53849D (or 0x53849D) is unknown color: approx Hippie Blue. HEX triplet: 53, 84 and 9D. RGB value is (83,132,157). Sum of RGB (Red+Green+Blue) = 83+132+157=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #53849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53849D is #AC7B62. Grayscale: #787878. Windows color (decimal): -11303779 or 10323027. OLE color: 10323027.

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

Color convert

RGB83132157-
CMYK0.470.1600.38
HSL200.27º30.83%47.06%-
HSV(B)200.27º47.13%61.57%-
XYZ17.920.7834.96-
YUV120.2148.77101.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=22.31%
G=35.48%
B=42.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831321570.470.1600.38200.2730.8347.06
Hex53849D2F10026c81f2f
Octal12320423557200463103757
Binary101001110000100100111011011111000001001101100100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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