#5195A2

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

Shades of Hippie Blue #5195A2

Tints of Hippie Blue #5195A2

Color information

#5195A2 (or 0x5195A2) is unknown color: approx Hippie Blue. HEX triplet: 51, 95 and A2. RGB value is (81,149,162). Sum of RGB (Red+Green+Blue) = 81+149+162=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #5195A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5195A2 is #AE6A5D. Grayscale: #828282. Windows color (decimal): -11430494 or 10655057. OLE color: 10655057.

HSL color Cylindrical-coordinate representation of color #5195A2: hue angle of 189.63º 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 #5195A2 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81149162-
CMYK0.500.0800.36
HSL189.63º33.33%47.65%-
HSV(B)189.63º50%63.53%-
XYZ20.6625.8538.08-
YUV130.15145.9792.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 162 (63.67% from 255) = 41.33%
R=20.66%
G=38.01%
B=41.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811491620.500.0800.36189.6333.3347.65
Hex5195A2328024be2130
Octal12122524262100442764160
Binary101000110010101101000101100101000010010010111110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5195A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5195A2; }

 p { color: rgb(81,149,162); }

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

<style>
 a { background-color: #5195A2; }

 a { background-color: rgb(81,149,162); }

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

<style>
 span { border-color: #5195A2; }

 span { border-color: rgb(81,149,162); }

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