#53849A

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

Shades of Hippie Blue #53849A

Tints of Hippie Blue #53849A

Color information

#53849A (or 0x53849A) is unknown color: approx Hippie Blue. HEX triplet: 53, 84 and 9A. RGB value is (83,132,154). Sum of RGB (Red+Green+Blue) = 83+132+154=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #53849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53849A is #AC7B65. Grayscale: #777777. Windows color (decimal): -11303782 or 10126419. OLE color: 10126419.

HSL color Cylindrical-coordinate representation of color #53849A: hue angle of 198.59º 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 #53849A is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83132154-
CMYK0.460.1400.40
HSL198.59º29.96%46.47%-
HSV(B)198.59º46.1%60.39%-
XYZ17.6520.6733.63-
YUV119.86147.27101.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=22.49%
G=35.77%
B=41.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831321540.460.1400.40198.5929.9646.47
Hex53849A2EE028c71e2e
Octal12320423256160503073656
Binary10100111000010010011010101110111001010001100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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