#518395

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

Shades of Hippie Blue #518395

Tints of Hippie Blue #518395

Color information

#518395 (or 0x518395) is unknown color: approx Hippie Blue. HEX triplet: 51, 83 and 95. RGB value is (81,131,149). Sum of RGB (Red+Green+Blue) = 81+131+149=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #518395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518395 is #AE7C6A. Grayscale: #757575. Windows color (decimal): -11435115 or 9798481. OLE color: 9798481.

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

Color convert

RGB81131149-
CMYK0.460.1200.42
HSL195.88º29.57%45.1%-
HSV(B)195.88º45.64%58.43%-
XYZ16.9320.1531.43-
YUV118.1145.44101.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=22.44%
G=36.29%
B=41.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811311490.460.1200.42195.8829.5745.1
Hex5183952EC02Ac41e2d
Octal12120322556140523043655
Binary10100011000001110010101101110110001010101100010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518395; }

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

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

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

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

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

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

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

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