Html Css Color HEX #518097 Hippie Blue

📋 copy color: '#518097'

red 81 ◦ green 128 ◦ blue 151

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

Shades of Hippie Blue #518097

Tints of Hippie Blue #518097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

 BLUE value IS 151 (59.38% from 255) = 41.94%

R = 22.5%
G = 35.56%
B = 41.94%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#518097 (or 0x518097) is known color: Hippie Blue. HEX triplet: 51, 80 and 97. RGB value is (81,128,151). Sum of RGB (Red+Green+Blue) = 81+128+151=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #518097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518097 is #AE7F68. Grayscale: #747474. Windows color (decimal): -11435881 or 9928785. OLE color: 9928785.

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

Color convert

RGB 81 128 151 -
CMYK 0.46 0.15 0 0.41
HSL 199.71º 0.3% 0.45% -
HSV(B) 199.71º 0.46% 0.59% -
XYZ 16.7 19.42 32.15 -
YUV 116.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 81 128 151 0.46 0.15 0 0.41 199.71 0.3 0.45
Hex 51 80 97 2E F 0 29 C8 1E 2D
Octal 121 200 227 56 17 0 51 310 36 55
Binary 1010001 10000000 10010111 101110 1111 0 101001 11001000 11110 101101

Color Harmonies of #518097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518097

Black with #518097

Text Example


Text Example

White with #518097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518097; }

 p { color: rgb(81,128,151); }

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

background-color css

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

 a { background-color: rgb(81,128,151); }

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

border-color css

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

 span { border-color: rgb(81,128,151); }

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