#5393a4

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

Shades of Hippie Blue #5393A4

Tints of Hippie Blue #5393A4

Color information

#5393A4 (or 0x5393A4) is unknown color: approx Hippie Blue. HEX triplet: 53, 93 and A4. RGB value is (83,147,164). Sum of RGB (Red+Green+Blue) = 83+147+164=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #5393A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5393A4 is #AC6C5B. Grayscale: #818181. Windows color (decimal): -11299932 or 10785619. OLE color: 10785619.

HSL color Cylindrical-coordinate representation of color #5393A4: hue angle of 192.59º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5393A4 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB83147164-
CMYK0.490.1000.36
HSL192.59º32.79%48.43%-
HSV(B)192.59º49.39%64.31%-
XYZ20.725.3938.93-
YUV129.8147.394.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=21.07%
G=37.31%
B=41.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831471640.490.1000.36192.5932.7948.43
Hex5393A431A024c12130
Octal12322324461120443014160
Binary101001110010011101001001100011010010010011000001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5393a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5393a4; }

 p { color: rgb(83,147,164); }

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

<style>
 a { background-color: #5393a4; }

 a { background-color: rgb(83,147,164); }

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

<style>
 span { border-color: #5393a4; }

 span { border-color: rgb(83,147,164); }

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