Html Css Color HEX #518998 Hippie Blue

📋 copy color: '#518998'

red 81 ◦ green 137 ◦ blue 152

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

Shades of Hippie Blue #518998

Tints of Hippie Blue #518998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 21.89%
G = 37.03%
B = 41.08%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#518998 (or 0x518998) is known color: Hippie Blue. HEX triplet: 51, 89 and 98. RGB value is (81,137,152). Sum of RGB (Red+Green+Blue) = 81+137+152=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #518998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518998 is #AE7667. Grayscale: #797979. Windows color (decimal): -11433576 or 9996625. OLE color: 9996625.

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

Color convert

RGB 81 137 152 -
CMYK 0.47 0.10 0 0.40
HSL 192.68º 0.3% 0.46% -
HSV(B) 192.68º 0.47% 0.6% -
XYZ 18.01 21.91 32.99 -
YUV 121.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 81 137 152 0.47 0.10 0 0.40 192.68 0.3 0.46
Hex 51 89 98 2F A 0 28 C1 1E 2E
Octal 121 211 230 57 12 0 50 301 36 56
Binary 1010001 10001001 10011000 101111 1010 0 101000 11000001 11110 101110

Color Harmonies of #518998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518998

Black with #518998

Text Example


Text Example

White with #518998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518998; }

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

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

background-color css

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

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

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

border-color css

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

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

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