#518093

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

Shades of Hippie Blue #518093

Tints of Hippie Blue #518093

Color information

#518093 (or 0x518093) is unknown color: approx Hippie Blue. HEX triplet: 51, 80 and 93. RGB value is (81,128,147). Sum of RGB (Red+Green+Blue) = 81+128+147=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #518093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518093 is #AE7F6C. Grayscale: #737373. Windows color (decimal): -11435885 or 9666641. OLE color: 9666641.

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

Color convert

RGB81128147-
CMYK0.450.1300.42
HSL197.27º28.95%44.71%-
HSV(B)197.27º44.9%57.65%-
XYZ16.3819.2930.46-
YUV116.11145.43102.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=22.75%
G=35.96%
B=41.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811281470.450.1300.42197.2728.9544.71
Hex5180932DD02Ac51d2d
Octal12120022355150523053555
Binary10100011000000010010011101101110101010101100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518093; }

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

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

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

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

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

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

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

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