Html Css Color HEX #51839A Hippie Blue

📋 copy color: '#51839A'

red 81 ◦ green 131 ◦ blue 154

#51839A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #51839A

Tints of Hippie Blue #51839A

RGB

 RED value IS 81 (32.03% from 255) = 22.13%

 GREEN value IS 131 (51.56% from 255) = 35.79%

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 22.13%
G = 35.79%
B = 42.08%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#51839A (or 0x51839A) is known color: Hippie Blue. HEX triplet: 51, 83 and 9A. RGB value is (81,131,154). Sum of RGB (Red+Green+Blue) = 81+131+154=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #51839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51839A is #AE7C65. Grayscale: #767676. Windows color (decimal): -11435110 or 10126161. OLE color: 10126161.

HSL color Cylindrical-coordinate representation of color #51839A: hue angle of 198.9º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51839A is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 131 154 -
CMYK 0.47 0.15 0 0.40
HSL 198.9º 0.31% 0.46% -
HSV(B) 198.9º 0.47% 0.6% -
XYZ 17.34 20.32 33.58 -
YUV 118.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 81 131 154 0.47 0.15 0 0.40 198.9 0.31 0.46
Hex 51 83 9A 2F F 0 28 C7 1F 2E
Octal 121 203 232 57 17 0 50 307 37 56
Binary 1010001 10000011 10011010 101111 1111 0 101000 11000111 11111 101110

Color Harmonies of #51839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51839A

Black with #51839A

Text Example


Text Example

White with #51839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51839A; }

 p { color: rgb(81,131,154); }

 H1.HeaderClassName
 {
   color: #51839A;
 }
 .AnyTagClassName
 {
   color: #51839A;
 }
</style>

background-color css

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

 a { background-color: rgb(81,131,154); }

 div.DivClassName
 {
   background-color: #51839A;
 }
 .BgClassName
 {
   background-color: #51839A;
 }
</style>

border-color css

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

 span { border-color: rgb(81,131,154); }

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