#51828F

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

Shades of Hippie Blue #51828F

Tints of Hippie Blue #51828F

Color information

#51828F (or 0x51828F) is unknown color: approx Hippie Blue. HEX triplet: 51, 82 and 8F. RGB value is (81,130,143). Sum of RGB (Red+Green+Blue) = 81+130+143=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #51828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51828F is #AE7D70. Grayscale: #747474. Windows color (decimal): -11435377 or 9405009. OLE color: 9405009.

HSL color Cylindrical-coordinate representation of color #51828F: hue angle of 192.58º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51828F is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81130143-
CMYK0.430.0900.44
HSL192.58º27.68%43.92%-
HSV(B)192.58º43.36%56.08%-
XYZ16.3319.728.93-
YUV116.83142.77102.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=22.88%
G=36.72%
B=40.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811301430.430.0900.44192.5827.6843.92
Hex51828F2B902Cc11c2c
Octal12120221753110543013454
Binary10100011000001010001111101011100101011001100000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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