#518190

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

Shades of Hippie Blue #518190

Tints of Hippie Blue #518190

Color information

#518190 (or 0x518190) is unknown color: approx Hippie Blue. HEX triplet: 51, 81 and 90. RGB value is (81,129,144). Sum of RGB (Red+Green+Blue) = 81+129+144=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #518190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518190 is #AE7E6F. Grayscale: #747474. Windows color (decimal): -11435632 or 9470289. OLE color: 9470289.

HSL color Cylindrical-coordinate representation of color #518190: hue angle of 194.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518190 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81129144-
CMYK0.440.1000.44
HSL194.29º28%44.12%-
HSV(B)194.29º43.75%56.47%-
XYZ16.2819.4629.28-
YUV116.36143.6102.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=22.88%
G=36.44%
B=40.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811291440.440.1000.44194.292844.12
Hex5181902CA02Cc21c2c
Octal12120122054120543023454
Binary10100011000000110010000101100101001011001100001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518190; }

 p { color: rgb(81,129,144); }

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

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

 a { background-color: rgb(81,129,144); }

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

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

 span { border-color: rgb(81,129,144); }

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