Html Css Color HEX #518599 Hippie Blue

📋 copy color: '#518599'

red 81 ◦ green 133 ◦ blue 153

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

Shades of Hippie Blue #518599

Tints of Hippie Blue #518599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.69%

R = 22.07%
G = 36.24%
B = 41.69%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#518599 (or 0x518599) is known color: Hippie Blue. HEX triplet: 51, 85 and 99. RGB value is (81,133,153). Sum of RGB (Red+Green+Blue) = 81+133+153=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #518599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518599 is #AE7A66. Grayscale: #777777. Windows color (decimal): -11434599 or 10061137. OLE color: 10061137.

HSL color Cylindrical-coordinate representation of color #518599: hue angle of 196.67º degrees, saturation: 0.31, 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 #518599 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 133 153 -
CMYK 0.47 0.13 0 0.4
HSL 196.67º 0.31% 0.46% -
HSV(B) 196.67º 0.47% 0.6% -
XYZ 17.53 20.82 33.23 -
YUV 119.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 81 133 153 0.47 0.13 0 0.4 196.67 0.31 0.46
Hex 51 85 99 2F D 0 28 C5 1F 2E
Octal 121 205 231 57 15 0 50 305 37 56
Binary 1010001 10000101 10011001 101111 1101 0 101000 11000101 11111 101110

Color Harmonies of #518599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518599

Black with #518599

Text Example


Text Example

White with #518599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518599; }

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

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

background-color css

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

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

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

border-color css

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

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

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