#518092

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

Shades of Hippie Blue #518092

Tints of Hippie Blue #518092

Color information

#518092 (or 0x518092) is unknown color: approx Hippie Blue. HEX triplet: 51, 80 and 92. RGB value is (81,128,146). Sum of RGB (Red+Green+Blue) = 81+128+146=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #518092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518092 is #AE7F6D. Grayscale: #737373. Windows color (decimal): -11435886 or 9601105. OLE color: 9601105.

HSL color Cylindrical-coordinate representation of color #518092: hue angle of 196.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518092 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB81128146-
CMYK0.450.1200.43
HSL196.62º28.63%44.51%-
HSV(B)196.62º44.52%57.25%-
XYZ16.319.2630.05-
YUV116144.93103.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=22.82%
G=36.06%
B=41.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811281460.450.1200.43196.6228.6344.51
Hex5180922DC02Bc51d2d
Octal12120022255140533053555
Binary10100011000000010010010101101110001010111100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518092; }

 p { color: rgb(81,128,146); }

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

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

 a { background-color: rgb(81,128,146); }

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

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

 span { border-color: rgb(81,128,146); }

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