#51879B

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

Shades of Hippie Blue #51879B

Tints of Hippie Blue #51879B

Color information

#51879B (or 0x51879B) is unknown color: approx Hippie Blue. HEX triplet: 51, 87 and 9B. RGB value is (81,135,155). Sum of RGB (Red+Green+Blue) = 81+135+155=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #51879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51879B is #AE7864. Grayscale: #787878. Windows color (decimal): -11434085 or 10192721. OLE color: 10192721.

HSL color Cylindrical-coordinate representation of color #51879B: hue angle of 196.22º degrees, saturation: 0.31, 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 #51879B is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81135155-
CMYK0.480.1300.39
HSL196.22º31.36%46.27%-
HSV(B)196.22º47.74%60.78%-
XYZ17.9721.4434.2-
YUV121.13147.1199.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=21.83%
G=36.39%
B=41.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811351550.480.1300.39196.2231.3646.27
Hex51879B30D027c41f2e
Octal12120723360150473043756
Binary10100011000011110011011110000110101001111100010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51879B; }

 p { color: rgb(81,135,155); }

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

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

 a { background-color: rgb(81,135,155); }

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

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

 span { border-color: rgb(81,135,155); }

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