Html Css Color HEX #518898 Hippie Blue

📋 copy color: '#518898'

red 81 ◦ green 136 ◦ blue 152

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

Shades of Hippie Blue #518898

Tints of Hippie Blue #518898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 21.95%
G = 36.86%
B = 41.19%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#518898 (or 0x518898) is known color: Hippie Blue. HEX triplet: 51, 88 and 98. RGB value is (81,136,152). Sum of RGB (Red+Green+Blue) = 81+136+152=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #518898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518898 is #AE7767. Grayscale: #797979. Windows color (decimal): -11433832 or 9996369. OLE color: 9996369.

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

Color convert

RGB 81 136 152 -
CMYK 0.47 0.11 0 0.40
HSL 193.52º 0.3% 0.46% -
HSV(B) 193.52º 0.47% 0.6% -
XYZ 17.87 21.62 32.94 -
YUV 121.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 81 136 152 0.47 0.11 0 0.40 193.52 0.3 0.46
Hex 51 88 98 2F B 0 28 C2 1E 2E
Octal 121 210 230 57 13 0 50 302 36 56
Binary 1010001 10001000 10011000 101111 1011 0 101000 11000010 11110 101110

Color Harmonies of #518898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518898

Black with #518898

Text Example


Text Example

White with #518898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518898; }

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

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

background-color css

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

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

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

border-color css

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

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

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