#518A9C

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

Shades of Hippie Blue #518A9C

Tints of Hippie Blue #518A9C

Color information

#518A9C (or 0x518A9C) is unknown color: approx Hippie Blue. HEX triplet: 51, 8A and 9C. RGB value is (81,138,156). Sum of RGB (Red+Green+Blue) = 81+138+156=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #518A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A9C is #AE7563. Grayscale: #7A7A7A. Windows color (decimal): -11433316 or 10259025. OLE color: 10259025.

HSL color Cylindrical-coordinate representation of color #518A9C: hue angle of 194.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 #518A9C is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81138156-
CMYK0.480.1200.39
HSL194.4º31.65%46.47%-
HSV(B)194.4º48.08%61.18%-
XYZ18.4822.3334.79-
YUV123.01146.6298.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=21.6%
G=36.8%
B=41.6%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811381560.480.1200.39194.431.6546.47
Hex518A9C30C027c2202e
Octal12121223460140473024056
Binary101000110001010100111001100001100010011111000010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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