Html Css Color HEX #518198 Hippie Blue

📋 copy color: '#518198'

red 81 ◦ green 129 ◦ blue 152

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

Shades of Hippie Blue #518198

Tints of Hippie Blue #518198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

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

R = 22.38%
G = 35.64%
B = 41.99%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#518198 (or 0x518198) is known color: Hippie Blue. HEX triplet: 51, 81 and 98. RGB value is (81,129,152). Sum of RGB (Red+Green+Blue) = 81+129+152=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #518198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518198 is #AE7E67. Grayscale: #757575. Windows color (decimal): -11435624 or 9994577. OLE color: 9994577.

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

Color convert

RGB 81 129 152 -
CMYK 0.47 0.15 0 0.40
HSL 199.44º 0.3% 0.46% -
HSV(B) 199.44º 0.47% 0.6% -
XYZ 16.91 19.72 32.62 -
YUV 117.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 81 129 152 0.47 0.15 0 0.40 199.44 0.3 0.46
Hex 51 81 98 2F F 0 28 C7 1E 2E
Octal 121 201 230 57 17 0 50 307 36 56
Binary 1010001 10000001 10011000 101111 1111 0 101000 11000111 11110 101110

Color Harmonies of #518198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518198

Black with #518198

Text Example


Text Example

White with #518198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518198; }

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

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

background-color css

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

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

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

border-color css

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

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

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