#518898

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

Shades of Hippie Blue #518898

Tints of Hippie Blue #518898

Color information

#518898 (or 0x518898) is unknown color: approx Hippie Blue. HEX triplet: 51, 88 and 98. RGB value is (81,136,152). Sum of RGB (Red+Green+Blue) = 81+136+152=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #518898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518898 is #AE7767. Grayscale: #797979. Windows color (decimal): -11433832 or 9996369. OLE color: 9996369.

HSL color Cylindrical-coordinate representation of color #518898: hue angle of 193.52º 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 #518898 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81136152-
CMYK0.470.1100.40
HSL193.52º30.47%45.69%-
HSV(B)193.52º46.71%59.61%-
XYZ17.8621.6232.94-
YUV121.38145.2899.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=21.95%
G=36.86%
B=41.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811361520.470.1100.40193.5230.4745.69
Hex5188982FB028c21e2e
Octal12121023057130503023656
Binary10100011000100010011000101111101101010001100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518898; }

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

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

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

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

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

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

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

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