#518390

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

Shades of Hippie Blue #518390

Tints of Hippie Blue #518390

Color information

#518390 (or 0x518390) is unknown color: approx Hippie Blue. HEX triplet: 51, 83 and 90. RGB value is (81,131,144). Sum of RGB (Red+Green+Blue) = 81+131+144=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #518390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518390 is #AE7C6F. Grayscale: #757575. Windows color (decimal): -11435120 or 9470801. OLE color: 9470801.

HSL color Cylindrical-coordinate representation of color #518390: hue angle of 192.38º 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 #518390 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81131144-
CMYK0.440.0900.44
HSL192.38º28%44.12%-
HSV(B)192.38º43.75%56.47%-
XYZ16.542029.37-
YUV117.53142.94101.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=22.75%
G=36.80%
B=40.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811311440.440.0900.44192.382844.12
Hex5183902C902Cc01c2c
Octal12120322054110543003454
Binary10100011000001110010000101100100101011001100000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518390; }

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

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

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

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

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

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

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

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