Html Css Color HEX #518392 Hippie Blue

📋 copy color: '#518392'

red 81 ◦ green 131 ◦ blue 146

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

Shades of Hippie Blue #518392

Tints of Hippie Blue #518392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 22.63%
G = 36.59%
B = 40.78%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#518392 (or 0x518392) is known color: Hippie Blue. HEX triplet: 51, 83 and 92. RGB value is (81,131,146). Sum of RGB (Red+Green+Blue) = 81+131+146=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #518392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518392 is #AE7C6D. Grayscale: #757575. Windows color (decimal): -11435118 or 9601873. OLE color: 9601873.

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

Color convert

RGB 81 131 146 -
CMYK 0.45 0.10 0 0.43
HSL 193.85º 0.29% 0.45% -
HSV(B) 193.85º 0.45% 0.57% -
XYZ 16.7 20.06 30.19 -
YUV 117.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 81 131 146 0.45 0.10 0 0.43 193.85 0.29 0.45
Hex 51 83 92 2D A 0 2B C2 1D 2D
Octal 121 203 222 55 12 0 53 302 35 55
Binary 1010001 10000011 10010010 101101 1010 0 101011 11000010 11101 101101

Color Harmonies of #518392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518392

Black with #518392

Text Example


Text Example

White with #518392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518392; }

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

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

background-color css

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

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

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

border-color css

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

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

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