Html Css Color HEX #517E98 Hippie Blue

📋 copy color: '#517E98'

red 81 ◦ green 126 ◦ blue 152

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

Shades of Hippie Blue #517E98

Tints of Hippie Blue #517E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 22.56%
G = 35.1%
B = 42.34%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#517E98 (or 0x517E98) is known color: Hippie Blue. HEX triplet: 51, 7E and 98. RGB value is (81,126,152). Sum of RGB (Red+Green+Blue) = 81+126+152=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #517E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E98 is #AE8167. Grayscale: #737373. Windows color (decimal): -11436392 or 9993809. OLE color: 9993809.

HSL color Cylindrical-coordinate representation of color #517E98: hue angle of 201.97º degrees, saturation: 0.3, 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 #517E98 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 126 152 -
CMYK 0.47 0.17 0 0.40
HSL 201.97º 0.3% 0.46% -
HSV(B) 201.97º 0.47% 0.6% -
XYZ 16.52 18.94 32.49 -
YUV 115.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 81 126 152 0.47 0.17 0 0.40 201.97 0.3 0.46
Hex 51 7E 98 2F 11 0 28 CA 1E 2E
Octal 121 176 230 57 21 0 50 312 36 56
Binary 1010001 1111110 10011000 101111 10001 0 101000 11001010 11110 101110

Color Harmonies of #517E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E98

Black with #517E98

Text Example


Text Example

White with #517E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,126,152); }

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

background-color css

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

 a { background-color: rgb(81,126,152); }

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

border-color css

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

 span { border-color: rgb(81,126,152); }

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