Html Css Color HEX #518395 Hippie Blue

📋 copy color: '#518395'

red 81 ◦ green 131 ◦ blue 149

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

Shades of Hippie Blue #518395

Tints of Hippie Blue #518395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 22.44%
G = 36.29%
B = 41.27%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#518395 (or 0x518395) is known color: Hippie Blue. HEX triplet: 51, 83 and 95. RGB value is (81,131,149). Sum of RGB (Red+Green+Blue) = 81+131+149=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #518395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518395 is #AE7C6A. Grayscale: #757575. Windows color (decimal): -11435115 or 9798481. OLE color: 9798481.

HSL color Cylindrical-coordinate representation of color #518395: hue angle of 195.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518395 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 131 149 -
CMYK 0.46 0.12 0 0.42
HSL 195.88º 0.3% 0.45% -
HSV(B) 195.88º 0.46% 0.58% -
XYZ 16.93 20.15 31.43 -
YUV 118.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 81 131 149 0.46 0.12 0 0.42 195.88 0.3 0.45
Hex 51 83 95 2E C 0 2A C4 1E 2D
Octal 121 203 225 56 14 0 52 304 36 55
Binary 1010001 10000011 10010101 101110 1100 0 101010 11000100 11110 101101

Color Harmonies of #518395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518395

Black with #518395

Text Example


Text Example

White with #518395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518395; }

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

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

background-color css

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

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

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

border-color css

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

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

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