Html Css Color HEX #51517A Victoria

📋 copy color: '#51517A'

red 81 ◦ green 81 ◦ blue 122

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

Shades of Victoria #51517A

Tints of Victoria #51517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 28.52%
G = 28.52%
B = 42.96%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51517A (or 0x51517A) is known color: Victoria. HEX triplet: 51, 51 and 7A. RGB value is (81,81,122). Sum of RGB (Red+Green+Blue) = 81+81+122=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #51517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51517A is #AEAE85. Grayscale: #555555. Windows color (decimal): -11447942 or 8016209. OLE color: 8016209.

HSL color Cylindrical-coordinate representation of color #51517A: hue angle of 240º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51517A is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 81 122 -
CMYK 0.34 0.34 0 0.52
HSL 240º 0.2% 0.4% -
HSV(B) 240º 0.34% 0.48% -
XYZ 9.85 9.04 19.64 -
YUV 85.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 81 81 122 0.34 0.34 0 0.52 240 0.2 0.4
Hex 51 51 7A 22 22 0 34 F0 14 28
Octal 121 121 172 42 42 0 64 360 24 50
Binary 1010001 1010001 1111010 100010 100010 0 110100 11110000 10100 101000

Color Harmonies of #51517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51517A

Black with #51517A

Text Example


Text Example

White with #51517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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