#51929F

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

Shades of Hippie Blue #51929F

Tints of Hippie Blue #51929F

Color information

#51929F (or 0x51929F) is unknown color: approx Hippie Blue. HEX triplet: 51, 92 and 9F. RGB value is (81,146,159). Sum of RGB (Red+Green+Blue) = 81+146+159=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #51929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51929F is #AE6D60. Grayscale: #7F7F7F. Windows color (decimal): -11431265 or 10457681. OLE color: 10457681.

HSL color Cylindrical-coordinate representation of color #51929F: hue angle of 190º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51929F is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81146159-
CMYK0.490.0800.38
HSL190º32.5%47.06%-
HSV(B)190º49.06%62.35%-
XYZ19.9324.8136.54-
YUV128.05145.4794.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=20.98%
G=37.82%
B=41.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811461590.490.0800.3819032.547.06
Hex51929F318026be202f
Octal12122223761100462764057
Binary101000110010010100111111100011000010011010111110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51929F; }

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

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

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

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

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

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

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

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