Html Css Color HEX #518492 Hippie Blue

📋 copy color: '#518492'

red 81 ◦ green 132 ◦ blue 146

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

Shades of Hippie Blue #518492

Tints of Hippie Blue #518492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 22.56%
G = 36.77%
B = 40.67%

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

#518492 (or 0x518492) is known color: Hippie Blue. HEX triplet: 51, 84 and 92. RGB value is (81,132,146). Sum of RGB (Red+Green+Blue) = 81+132+146=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #518492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518492 is #AE7B6D. Grayscale: #767676. Windows color (decimal): -11434862 or 9602129. OLE color: 9602129.

HSL color Cylindrical-coordinate representation of color #518492: hue angle of 192.92º 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 #518492 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 132 146 -
CMYK 0.45 0.10 0 0.43
HSL 192.92º 0.29% 0.45% -
HSV(B) 192.92º 0.45% 0.57% -
XYZ 16.83 20.33 30.23 -
YUV 118.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 81 132 146 0.45 0.10 0 0.43 192.92 0.29 0.45
Hex 51 84 92 2D A 0 2B C1 1D 2D
Octal 121 204 222 55 12 0 53 301 35 55
Binary 1010001 10000100 10010010 101101 1010 0 101011 11000001 11101 101101

Color Harmonies of #518492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518492

Black with #518492

Text Example


Text Example

White with #518492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518492; }

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

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

background-color css

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

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

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

border-color css

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

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

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