Html Css Color HEX #51507C Victoria

📋 copy color: '#51507C'

red 81 ◦ green 80 ◦ blue 124

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

Shades of Victoria #51507C

Tints of Victoria #51507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 28.42%
G = 28.07%
B = 43.51%

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

#51507C (or 0x51507C) is known color: Victoria. HEX triplet: 51, 50 and 7C. RGB value is (81,80,124). Sum of RGB (Red+Green+Blue) = 81+80+124=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #51507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51507C is #AEAF83. Grayscale: #555555. Windows color (decimal): -11448196 or 8147025. OLE color: 8147025.

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

Color convert

RGB 81 80 124 -
CMYK 0.35 0.35 0 0.51
HSL 241.36º 0.22% 0.4% -
HSV(B) 241.36º 0.35% 0.49% -
XYZ 9.9 8.94 20.27 -
YUV 85.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 81 80 124 0.35 0.35 0 0.51 241.36 0.22 0.4
Hex 51 50 7C 23 23 0 33 F1 16 28
Octal 121 120 174 43 43 0 63 361 26 50
Binary 1010001 1010000 1111100 100011 100011 0 110011 11110001 10110 101000

Color Harmonies of #51507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51507C

Black with #51507C

Text Example


Text Example

White with #51507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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