Html Css Color HEX #5F517D Victoria

📋 copy color: '#5F517D'

red 95 ◦ green 81 ◦ blue 125

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

Shades of Victoria #5F517D

Tints of Victoria #5F517D

RGB

 RED value IS 95 (37.5% from 255) = 31.56%

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 31.56%
G = 26.91%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F517D (or 0x5F517D) is known color: Victoria. HEX triplet: 5F, 51 and 7D. RGB value is (95,81,125). Sum of RGB (Red+Green+Blue) = 95+81+125=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F517D is #A0AE82. Grayscale: #5A5A5A. Windows color (decimal): -10530435 or 8212831. OLE color: 8212831.

HSL color Cylindrical-coordinate representation of color #5F517D: hue angle of 259.09º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F517D is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 81 125 -
CMYK 0.24 0.35 0 0.51
HSL 259.09º 0.21% 0.4% -
HSV(B) 259.09º 0.35% 0.49% -
XYZ 11.36 9.8 20.69 -
YUV 90.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 95 81 125 0.24 0.35 0 0.51 259.09 0.21 0.4
Hex 5F 51 7D 18 23 0 33 103 15 28
Octal 137 121 175 30 43 0 63 403 25 50
Binary 1011111 1010001 1111101 11000 100011 0 110011 100000011 10101 101000

Color Harmonies of #5F517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F517D

Black with #5F517D

Text Example


Text Example

White with #5F517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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