Html Css Color HEX #518399 Hippie Blue

📋 copy color: '#518399'

red 81 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #518399

Tints of Hippie Blue #518399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 22.19%
G = 35.89%
B = 41.92%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#518399 (or 0x518399) is known color: Hippie Blue. HEX triplet: 51, 83 and 99. RGB value is (81,131,153). Sum of RGB (Red+Green+Blue) = 81+131+153=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #518399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518399 is #AE7C66. Grayscale: #767676. Windows color (decimal): -11435111 or 10060625. OLE color: 10060625.

HSL color Cylindrical-coordinate representation of color #518399: hue angle of 198.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #518399 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 131 153 -
CMYK 0.47 0.14 0 0.4
HSL 198.33º 0.31% 0.46% -
HSV(B) 198.33º 0.47% 0.6% -
XYZ 17.26 20.28 33.14 -
YUV 118.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 81 131 153 0.47 0.14 0 0.4 198.33 0.31 0.46
Hex 51 83 99 2F E 0 28 C6 1F 2E
Octal 121 203 231 57 16 0 50 306 37 56
Binary 1010001 10000011 10011001 101111 1110 0 101000 11000110 11111 101110

Color Harmonies of #518399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518399

Black with #518399

Text Example


Text Example

White with #518399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518399; }

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

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

background-color css

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

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

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

border-color css

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

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

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