Html Css Color HEX #518596 Hippie Blue

📋 copy color: '#518596'

red 81 ◦ green 133 ◦ blue 150

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

Shades of Hippie Blue #518596

Tints of Hippie Blue #518596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 22.25%
G = 36.54%
B = 41.21%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#518596 (or 0x518596) is known color: Hippie Blue. HEX triplet: 51, 85 and 96. RGB value is (81,133,150). Sum of RGB (Red+Green+Blue) = 81+133+150=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #518596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518596 is #AE7A69. Grayscale: #777777. Windows color (decimal): -11434602 or 9864529. OLE color: 9864529.

HSL color Cylindrical-coordinate representation of color #518596: hue angle of 194.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518596 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 133 150 -
CMYK 0.46 0.11 0 0.41
HSL 194.78º 0.3% 0.45% -
HSV(B) 194.78º 0.46% 0.59% -
XYZ 17.29 20.73 31.94 -
YUV 119.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 81 133 150 0.46 0.11 0 0.41 194.78 0.3 0.45
Hex 51 85 96 2E B 0 29 C3 1E 2D
Octal 121 205 226 56 13 0 51 303 36 55
Binary 1010001 10000101 10010110 101110 1011 0 101001 11000011 11110 101101

Color Harmonies of #518596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518596

Black with #518596

Text Example


Text Example

White with #518596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518596; }

 p { color: rgb(81,133,150); }

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

background-color css

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

 a { background-color: rgb(81,133,150); }

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

border-color css

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

 span { border-color: rgb(81,133,150); }

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