#518793

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

Shades of Hippie Blue #518793

Tints of Hippie Blue #518793

Color information

#518793 (or 0x518793) is unknown color: approx Hippie Blue. HEX triplet: 51, 87 and 93. RGB value is (81,135,147). Sum of RGB (Red+Green+Blue) = 81+135+147=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #518793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518793 is #AE786C. Grayscale: #787878. Windows color (decimal): -11434093 or 9668433. OLE color: 9668433.

HSL color Cylindrical-coordinate representation of color #518793: hue angle of 190.91º 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 #518793 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81135147-
CMYK0.450.0800.42
HSL190.91º28.95%44.71%-
HSV(B)190.91º44.9%57.65%-
XYZ17.3221.1830.78-
YUV120.22143.11100.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=22.31%
G=37.19%
B=40.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811351470.450.0800.42190.9128.9544.71
Hex5187932D802Abf1d2d
Octal12120722355100522773555
Binary10100011000011110010011101101100001010101011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518793; }

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

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

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

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

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

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

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

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