#518F9C

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

Shades of Hippie Blue #518F9C

Tints of Hippie Blue #518F9C

Color information

#518F9C (or 0x518F9C) is unknown color: approx Hippie Blue. HEX triplet: 51, 8F and 9C. RGB value is (81,143,156). Sum of RGB (Red+Green+Blue) = 81+143+156=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #518F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518F9C is #AE7063. Grayscale: #7D7D7D. Windows color (decimal): -11432036 or 10260305. OLE color: 10260305.

HSL color Cylindrical-coordinate representation of color #518F9C: hue angle of 190.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #518F9C is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81143156-
CMYK0.480.0800.39
HSL190.4º31.65%46.47%-
HSV(B)190.4º48.08%61.18%-
XYZ19.2223.7935.03-
YUV125.94144.9695.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=21.32%
G=37.63%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811431560.480.0800.39190.431.6546.47
Hex518F9C308027be202e
Octal12121723460100472764056
Binary101000110001111100111001100001000010011110111110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518F9C; }

 p { color: rgb(81,143,156); }

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

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

 a { background-color: rgb(81,143,156); }

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

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

 span { border-color: rgb(81,143,156); }

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