Html Css Color HEX #518893 Hippie Blue

📋 copy color: '#518893'

red 81 ◦ green 136 ◦ blue 147

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

Shades of Hippie Blue #518893

Tints of Hippie Blue #518893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 22.25%
G = 37.36%
B = 40.38%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#518893 (or 0x518893) is known color: Hippie Blue. HEX triplet: 51, 88 and 93. RGB value is (81,136,147). Sum of RGB (Red+Green+Blue) = 81+136+147=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #518893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518893 is #AE776C. Grayscale: #787878. Windows color (decimal): -11433837 or 9668689. OLE color: 9668689.

HSL color Cylindrical-coordinate representation of color #518893: hue angle of 190º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518893 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 136 147 -
CMYK 0.45 0.07 0 0.42
HSL 190º 0.29% 0.45% -
HSV(B) 190º 0.45% 0.58% -
XYZ 17.46 21.46 30.83 -
YUV 120.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 81 136 147 0.45 0.07 0 0.42 190 0.29 0.45
Hex 51 88 93 2D 7 0 2A BE 1D 2D
Octal 121 210 223 55 7 0 52 276 35 55
Binary 1010001 10001000 10010011 101101 111 0 101010 10111110 11101 101101

Color Harmonies of #518893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518893

Black with #518893

Text Example


Text Example

White with #518893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518893; }

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

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

background-color css

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

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

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

border-color css

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

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

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