#51829B

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

Shades of Hippie Blue #51829B

Tints of Hippie Blue #51829B

Color information

#51829B (or 0x51829B) is unknown color: approx Hippie Blue. HEX triplet: 51, 82 and 9B. RGB value is (81,130,155). Sum of RGB (Red+Green+Blue) = 81+130+155=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #51829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51829B is #AE7D64. Grayscale: #767676. Windows color (decimal): -11435365 or 10191441. OLE color: 10191441.

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

Color convert

RGB81130155-
CMYK0.480.1600.39
HSL200.27º31.36%46.27%-
HSV(B)200.27º47.74%60.78%-
XYZ17.2920.0833.97-
YUV118.2148.77101.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=22.13%
G=35.52%
B=42.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811301550.480.1600.39200.2731.3646.27
Hex51829B3010027c81f2e
Octal12120223360200473103756
Binary101000110000010100110111100001000001001111100100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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