Html Css Color HEX #518291 Hippie Blue

📋 copy color: '#518291'

red 81 ◦ green 130 ◦ blue 145

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

Shades of Hippie Blue #518291

Tints of Hippie Blue #518291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 22.75%
G = 36.52%
B = 40.73%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#518291 (or 0x518291) is known color: Hippie Blue. HEX triplet: 51, 82 and 91. RGB value is (81,130,145). Sum of RGB (Red+Green+Blue) = 81+130+145=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #518291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518291 is #AE7D6E. Grayscale: #747474. Windows color (decimal): -11435375 or 9536081. OLE color: 9536081.

HSL color Cylindrical-coordinate representation of color #518291: hue angle of 194.06º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518291 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 130 145 -
CMYK 0.44 0.10 0 0.43
HSL 194.06º 0.28% 0.44% -
HSV(B) 194.06º 0.44% 0.57% -
XYZ 16.49 19.76 29.73 -
YUV 117.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 81 130 145 0.44 0.10 0 0.43 194.06 0.28 0.44
Hex 51 82 91 2C A 0 2B C2 1C 2C
Octal 121 202 221 54 12 0 53 302 34 54
Binary 1010001 10000010 10010001 101100 1010 0 101011 11000010 11100 101100

Color Harmonies of #518291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518291

Black with #518291

Text Example


Text Example

White with #518291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518291; }

 p { color: rgb(81,130,145); }

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

background-color css

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

 a { background-color: rgb(81,130,145); }

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

border-color css

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

 span { border-color: rgb(81,130,145); }

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