#5295A4

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

Shades of Hippie Blue #5295A4

Tints of Hippie Blue #5295A4

Color information

#5295A4 (or 0x5295A4) is unknown color: approx Hippie Blue. HEX triplet: 52, 95 and A4. RGB value is (82,149,164). Sum of RGB (Red+Green+Blue) = 82+149+164=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #5295A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5295A4 is #AD6A5B. Grayscale: #828282. Windows color (decimal): -11364956 or 10786130. OLE color: 10786130.

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

Color convert

RGB82149164-
CMYK0.50.0900.36
HSL190.98º33.33%48.24%-
HSV(B)190.98º50%64.31%-
XYZ20.9325.9739.03-
YUV130.68146.893.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=20.76%
G=37.72%
B=41.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821491640.50.0900.36190.9833.3348.24
Hex5295A4329024bf2130
Octal12222524462110442774160
Binary101001010010101101001001100101001010010010111111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5295A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5295A4; }

 p { color: rgb(82,149,164); }

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

<style>
 a { background-color: #5295A4; }

 a { background-color: rgb(82,149,164); }

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

<style>
 span { border-color: #5295A4; }

 span { border-color: rgb(82,149,164); }

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