#518A97

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

Shades of Hippie Blue #518A97

Tints of Hippie Blue #518A97

Color information

#518A97 (or 0x518A97) is unknown color: approx Hippie Blue. HEX triplet: 51, 8A and 97. RGB value is (81,138,151). Sum of RGB (Red+Green+Blue) = 81+138+151=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #518A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A97 is #AE7568. Grayscale: #7A7A7A. Windows color (decimal): -11433321 or 9931345. OLE color: 9931345.

HSL color Cylindrical-coordinate representation of color #518A97: hue angle of 191.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518A97 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81138151-
CMYK0.460.0900.41
HSL191.14º30.17%45.49%-
HSV(B)191.14º46.36%59.22%-
XYZ18.0722.1632.6-
YUV122.44144.1298.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=21.89%
G=37.30%
B=40.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811381510.460.0900.41191.1430.1745.49
Hex518A972E9029bf1e2d
Octal12121222756110512773655
Binary10100011000101010010111101110100101010011011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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