Html Css Color HEX #518099 Hippie Blue

📋 copy color: '#518099'

red 81 ◦ green 128 ◦ blue 153

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

Shades of Hippie Blue #518099

Tints of Hippie Blue #518099

RGB

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

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

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

R = 22.38%
G = 35.36%
B = 42.27%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#518099 (or 0x518099) is known color: Hippie Blue. HEX triplet: 51, 80 and 99. RGB value is (81,128,153). Sum of RGB (Red+Green+Blue) = 81+128+153=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #518099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518099 is #AE7F66. Grayscale: #747474. Windows color (decimal): -11435879 or 10059857. OLE color: 10059857.

HSL color Cylindrical-coordinate representation of color #518099: hue angle of 200.83º 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 #518099 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 128 153 -
CMYK 0.47 0.16 0 0.4
HSL 200.83º 0.31% 0.46% -
HSV(B) 200.83º 0.47% 0.6% -
XYZ 16.86 19.49 33.01 -
YUV 116.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 81 128 153 0.47 0.16 0 0.4 200.83 0.31 0.46
Hex 51 80 99 2F 10 0 28 C9 1F 2E
Octal 121 200 231 57 20 0 50 311 37 56
Binary 1010001 10000000 10011001 101111 10000 0 101000 11001001 11111 101110

Color Harmonies of #518099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518099

Black with #518099

Text Example


Text Example

White with #518099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518099; }

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

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

background-color css

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

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

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

border-color css

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

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

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