Html Css Color HEX #517F99 Hippie Blue

📋 copy color: '#517F99'

red 81 ◦ green 127 ◦ blue 153

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

Shades of Hippie Blue #517F99

Tints of Hippie Blue #517F99

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 22.44%
G = 35.18%
B = 42.38%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#517F99 (or 0x517F99) is known color: Hippie Blue. HEX triplet: 51, 7F and 99. RGB value is (81,127,153). Sum of RGB (Red+Green+Blue) = 81+127+153=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #517F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F99 is #AE8066. Grayscale: #747474. Windows color (decimal): -11436135 or 10059601. OLE color: 10059601.

HSL color Cylindrical-coordinate representation of color #517F99: hue angle of 201.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 #517F99 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 127 153 -
CMYK 0.47 0.17 0 0.4
HSL 201.67º 0.31% 0.46% -
HSV(B) 201.67º 0.47% 0.6% -
XYZ 16.73 19.23 32.97 -
YUV 116.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 81 127 153 0.47 0.17 0 0.4 201.67 0.31 0.46
Hex 51 7F 99 2F 11 0 28 CA 1F 2E
Octal 121 177 231 57 21 0 50 312 37 56
Binary 1010001 1111111 10011001 101111 10001 0 101000 11001010 11111 101110

Color Harmonies of #517F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517F99

Black with #517F99

Text Example


Text Example

White with #517F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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