#518493

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

Shades of Hippie Blue #518493

Tints of Hippie Blue #518493

Color information

#518493 (or 0x518493) is unknown color: approx Hippie Blue. HEX triplet: 51, 84 and 93. RGB value is (81,132,147). Sum of RGB (Red+Green+Blue) = 81+132+147=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #518493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518493 is #AE7B6C. Grayscale: #767676. Windows color (decimal): -11434861 or 9667665. OLE color: 9667665.

HSL color Cylindrical-coordinate representation of color #518493: hue angle of 193.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518493 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81132147-
CMYK0.450.1000.42
HSL193.64º28.95%44.71%-
HSV(B)193.64º44.9%57.65%-
XYZ16.9120.3630.64-
YUV118.46144.1101.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=22.5%
G=36.67%
B=40.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811321470.450.1000.42193.6428.9544.71
Hex5184932DA02Ac21d2d
Octal12120422355120523023555
Binary10100011000010010010011101101101001010101100001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518493; }

 p { color: rgb(81,132,147); }

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

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

 a { background-color: rgb(81,132,147); }

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

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

 span { border-color: rgb(81,132,147); }

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