#53839A

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

Shades of Hippie Blue #53839A

Tints of Hippie Blue #53839A

Color information

#53839A (or 0x53839A) is unknown color: approx Hippie Blue. HEX triplet: 53, 83 and 9A. RGB value is (83,131,154). Sum of RGB (Red+Green+Blue) = 83+131+154=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #53839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53839A is #AC7C65. Grayscale: #777777. Windows color (decimal): -11304038 or 10126163. OLE color: 10126163.

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

Color convert

RGB83131154-
CMYK0.460.1500.40
HSL199.44º29.96%46.47%-
HSV(B)199.44º46.1%60.39%-
XYZ17.5220.433.59-
YUV119.27147.6102.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=22.55%
G=35.60%
B=41.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831311540.460.1500.40199.4429.9646.47
Hex53839A2EF028c71e2e
Octal12320323256170503073656
Binary10100111000001110011010101110111101010001100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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