Html Css Color HEX #518592 Hippie Blue

📋 copy color: '#518592'

red 81 ◦ green 133 ◦ blue 146

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

Shades of Hippie Blue #518592

Tints of Hippie Blue #518592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 22.5%
G = 36.94%
B = 40.56%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#518592 (or 0x518592) is known color: Hippie Blue. HEX triplet: 51, 85 and 92. RGB value is (81,133,146). Sum of RGB (Red+Green+Blue) = 81+133+146=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #518592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518592 is #AE7A6D. Grayscale: #767676. Windows color (decimal): -11434606 or 9602385. OLE color: 9602385.

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

Color convert

RGB 81 133 146 -
CMYK 0.45 0.09 0 0.43
HSL 192º 0.29% 0.45% -
HSV(B) 192º 0.45% 0.57% -
XYZ 16.97 20.6 30.28 -
YUV 118.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 81 133 146 0.45 0.09 0 0.43 192 0.29 0.45
Hex 51 85 92 2D 9 0 2B C0 1D 2D
Octal 121 205 222 55 11 0 53 300 35 55
Binary 1010001 10000101 10010010 101101 1001 0 101011 11000000 11101 101101

Color Harmonies of #518592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518592

Black with #518592

Text Example


Text Example

White with #518592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518592; }

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

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

background-color css

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

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

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

border-color css

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

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

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