Html Css Color HEX #51507D Victoria

📋 copy color: '#51507D'

red 81 ◦ green 80 ◦ blue 125

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

Shades of Victoria #51507D

Tints of Victoria #51507D

RGB

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

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

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

R = 28.32%
G = 27.97%
B = 43.71%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51507D (or 0x51507D) is known color: Victoria. HEX triplet: 51, 50 and 7D. RGB value is (81,80,125). Sum of RGB (Red+Green+Blue) = 81+80+125=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #51507D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51507D is #AEAF82. Grayscale: #555555. Windows color (decimal): -11448195 or 8212561. OLE color: 8212561.

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

Color convert

RGB 81 80 125 -
CMYK 0.35 0.36 0 0.51
HSL 241.33º 0.22% 0.4% -
HSV(B) 241.33º 0.36% 0.49% -
XYZ 9.96 8.97 20.61 -
YUV 85.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 81 80 125 0.35 0.36 0 0.51 241.33 0.22 0.4
Hex 51 50 7D 23 24 0 33 F1 16 28
Octal 121 120 175 43 44 0 63 361 26 50
Binary 1010001 1010000 1111101 100011 100100 0 110011 11110001 10110 101000

Color Harmonies of #51507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51507D

Black with #51507D

Text Example


Text Example

White with #51507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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