#518698

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

Shades of Hippie Blue #518698

Tints of Hippie Blue #518698

Color information

#518698 (or 0x518698) is unknown color: approx Hippie Blue. HEX triplet: 51, 86 and 98. RGB value is (81,134,152). Sum of RGB (Red+Green+Blue) = 81+134+152=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #518698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518698 is #AE7967. Grayscale: #787878. Windows color (decimal): -11434344 or 9995857. OLE color: 9995857.

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

Color convert

RGB81134152-
CMYK0.470.1200.40
HSL195.21º30.47%45.69%-
HSV(B)195.21º46.71%59.61%-
XYZ17.5921.0732.85-
YUV120.2145.94100.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 152 (59.77% from 255) = 41.42%
R=22.07%
G=36.51%
B=41.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811341520.470.1200.40195.2130.4745.69
Hex5186982FC028c31e2e
Octal12120623057140503033656
Binary10100011000011010011000101111110001010001100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518698; }

 p { color: rgb(81,134,152); }

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

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

 a { background-color: rgb(81,134,152); }

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

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

 span { border-color: rgb(81,134,152); }

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