Html Css Color HEX #517D9C Hippie Blue

📋 copy color: '#517D9C'

red 81 ◦ green 125 ◦ blue 156

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

Shades of Hippie Blue #517D9C

Tints of Hippie Blue #517D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 22.38%
G = 34.53%
B = 43.09%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#517D9C (or 0x517D9C) is known color: Hippie Blue. HEX triplet: 51, 7D and 9C. RGB value is (81,125,156). Sum of RGB (Red+Green+Blue) = 81+125+156=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #517D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D9C is #AE8263. Grayscale: #737373. Windows color (decimal): -11436644 or 10255697. OLE color: 10255697.

HSL color Cylindrical-coordinate representation of color #517D9C: hue angle of 204.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517D9C is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 125 156 -
CMYK 0.48 0.20 0 0.39
HSL 204.8º 0.32% 0.46% -
HSV(B) 204.8º 0.48% 0.61% -
XYZ 16.73 18.82 34.2 -
YUV 115.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 81 125 156 0.48 0.20 0 0.39 204.8 0.32 0.46
Hex 51 7D 9C 30 14 0 27 CD 20 2E
Octal 121 175 234 60 24 0 47 315 40 56
Binary 1010001 1111101 10011100 110000 10100 0 100111 11001101 100000 101110

Color Harmonies of #517D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D9C

Black with #517D9C

Text Example


Text Example

White with #517D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,156); }

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

background-color css

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

 a { background-color: rgb(81,125,156); }

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

border-color css

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

 span { border-color: rgb(81,125,156); }

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