Html Css Color HEX #51507F Victoria

📋 copy color: '#51507F'

red 81 ◦ green 80 ◦ blue 127

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

Shades of Victoria #51507F

Tints of Victoria #51507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 127 (50% from 255) = 44.1%

R = 28.13%
G = 27.78%
B = 44.1%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51507F (or 0x51507F) is known color: Victoria. HEX triplet: 51, 50 and 7F. RGB value is (81,80,127). Sum of RGB (Red+Green+Blue) = 81+80+127=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #51507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51507F is #AEAF80. Grayscale: #555555. Windows color (decimal): -11448193 or 8343633. OLE color: 8343633.

HSL color Cylindrical-coordinate representation of color #51507F: hue angle of 241.28º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51507F is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 80 127 -
CMYK 0.36 0.37 0 0.50
HSL 241.28º 0.23% 0.41% -
HSV(B) 241.28º 0.37% 0.5% -
XYZ 10.09 9.02 21.29 -
YUV 85.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 81 80 127 0.36 0.37 0 0.50 241.28 0.23 0.41
Hex 51 50 7F 24 25 0 32 F1 17 29
Octal 121 120 177 44 45 0 62 361 27 51
Binary 1010001 1010000 1111111 100100 100101 0 110010 11110001 10111 101001

Color Harmonies of #51507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51507F

Black with #51507F

Text Example


Text Example

White with #51507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51507F; }

 p { color: rgb(81,80,127); }

 H1.HeaderClassName
 {
   color: #51507F;
 }
 .AnyTagClassName
 {
   color: #51507F;
 }
</style>

background-color css

<style>
 a { background-color: #51507F; }

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

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

border-color css

<style>
 span { border-color: #51507F; }

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

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