Html Css Color HEX #51517D Victoria

📋 copy color: '#51517D'

red 81 ◦ green 81 ◦ blue 125

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

Shades of Victoria #51517D

Tints of Victoria #51517D

RGB

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

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

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

R = 28.22%
G = 28.22%
B = 43.55%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51517D (or 0x51517D) is known color: Victoria. HEX triplet: 51, 51 and 7D. RGB value is (81,81,125). Sum of RGB (Red+Green+Blue) = 81+81+125=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #51517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51517D is #AEAE82. Grayscale: #555555. Windows color (decimal): -11447939 or 8212817. OLE color: 8212817.

HSL color Cylindrical-coordinate representation of color #51517D: hue angle of 240º 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 #51517D is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 81 125 -
CMYK 0.35 0.35 0 0.51
HSL 240º 0.21% 0.4% -
HSV(B) 240º 0.35% 0.49% -
XYZ 10.04 9.11 20.63 -
YUV 86.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 81 81 125 0.35 0.35 0 0.51 240 0.21 0.4
Hex 51 51 7D 23 23 0 33 F0 15 28
Octal 121 121 175 43 43 0 63 360 25 50
Binary 1010001 1010001 1111101 100011 100011 0 110011 11110000 10101 101000

Color Harmonies of #51517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51517D

Black with #51517D

Text Example


Text Example

White with #51517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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