Html Css Color HEX #518391 Hippie Blue

📋 copy color: '#518391'

red 81 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #518391

Tints of Hippie Blue #518391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 22.69%
G = 36.69%
B = 40.62%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#518391 (or 0x518391) is known color: Hippie Blue. HEX triplet: 51, 83 and 91. RGB value is (81,131,145). Sum of RGB (Red+Green+Blue) = 81+131+145=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #518391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518391 is #AE7C6E. Grayscale: #757575. Windows color (decimal): -11435119 or 9536337. OLE color: 9536337.

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

Color convert

RGB 81 131 145 -
CMYK 0.44 0.10 0 0.43
HSL 193.13º 0.28% 0.44% -
HSV(B) 193.13º 0.44% 0.57% -
XYZ 16.62 20.03 29.78 -
YUV 117.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 81 131 145 0.44 0.10 0 0.43 193.13 0.28 0.44
Hex 51 83 91 2C A 0 2B C1 1C 2C
Octal 121 203 221 54 12 0 53 301 34 54
Binary 1010001 10000011 10010001 101100 1010 0 101011 11000001 11100 101100

Color Harmonies of #518391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518391

Black with #518391

Text Example


Text Example

White with #518391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518391; }

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

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

background-color css

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

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

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

border-color css

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

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

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