Html Css Color HEX #518698 Hippie Blue

📋 copy color: '#518698'

red 81 ◦ green 134 ◦ blue 152

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

Shades of Hippie Blue #518698

Tints of Hippie Blue #518698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 22.07%
G = 36.51%
B = 41.42%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#518698 (or 0x518698) is known color: Hippie Blue. HEX triplet: 51, 86 and 98. RGB value is (81,134,152). Sum of RGB (Red+Green+Blue) = 81+134+152=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #518698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518698 is #AE7967. Grayscale: #787878. Windows color (decimal): -11434344 or 9995857. OLE color: 9995857.

HSL color Cylindrical-coordinate representation of color #518698: hue angle of 195.21º degrees, saturation: 0.3, 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 #518698 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 134 152 -
CMYK 0.47 0.12 0 0.40
HSL 195.21º 0.3% 0.46% -
HSV(B) 195.21º 0.47% 0.6% -
XYZ 17.59 21.07 32.85 -
YUV 120.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 81 134 152 0.47 0.12 0 0.40 195.21 0.3 0.46
Hex 51 86 98 2F C 0 28 C3 1E 2E
Octal 121 206 230 57 14 0 50 303 36 56
Binary 1010001 10000110 10011000 101111 1100 0 101000 11000011 11110 101110

Color Harmonies of #518698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518698

Black with #518698

Text Example


Text Example

White with #518698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518698; }

 p { color: rgb(81,134,152); }

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

background-color css

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

 a { background-color: rgb(81,134,152); }

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

border-color css

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

 span { border-color: rgb(81,134,152); }

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