Html Css Color HEX #518A9C Hippie Blue

📋 copy color: '#518A9C'

red 81 ◦ green 138 ◦ blue 156

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

Shades of Hippie Blue #518A9C

Tints of Hippie Blue #518A9C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 21.6%
G = 36.8%
B = 41.6%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#518A9C (or 0x518A9C) is known color: Hippie Blue. HEX triplet: 51, 8A and 9C. RGB value is (81,138,156). Sum of RGB (Red+Green+Blue) = 81+138+156=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #518A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A9C is #AE7563. Grayscale: #7A7A7A. Windows color (decimal): -11433316 or 10259025. OLE color: 10259025.

HSL color Cylindrical-coordinate representation of color #518A9C: hue angle of 194.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #518A9C is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 138 156 -
CMYK 0.48 0.12 0 0.39
HSL 194.4º 0.32% 0.46% -
HSV(B) 194.4º 0.48% 0.61% -
XYZ 18.48 22.33 34.79 -
YUV 123.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 81 138 156 0.48 0.12 0 0.39 194.4 0.32 0.46
Hex 51 8A 9C 30 C 0 27 C2 20 2E
Octal 121 212 234 60 14 0 47 302 40 56
Binary 1010001 10001010 10011100 110000 1100 0 100111 11000010 100000 101110

Color Harmonies of #518A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A9C

Black with #518A9C

Text Example


Text Example

White with #518A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518A9C; }

 p { color: rgb(81,138,156); }

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

background-color css

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

 a { background-color: rgb(81,138,156); }

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

border-color css

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

 span { border-color: rgb(81,138,156); }

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