Html Css Color HEX #504E83 Victoria

📋 copy color: '#504E83'

red 80 ◦ green 78 ◦ blue 131

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

Shades of Victoria #504E83

Tints of Victoria #504E83

RGB

 RED value IS 80 (31.64% from 255) = 27.68%

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 27.68%
G = 26.99%
B = 45.33%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#504E83 (or 0x504E83) is known color: Victoria. HEX triplet: 50, 4E and 83. RGB value is (80,78,131). Sum of RGB (Red+Green+Blue) = 80+78+131=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #504E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E83 is #AFB17C. Grayscale: #545454. Windows color (decimal): -11514237 or 8605264. OLE color: 8605264.

HSL color Cylindrical-coordinate representation of color #504E83: hue angle of 242.26º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504E83 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 78 131 -
CMYK 0.39 0.40 0 0.49
HSL 242.26º 0.25% 0.41% -
HSV(B) 242.26º 0.4% 0.51% -
XYZ 10.13 8.79 22.64 -
YUV 84.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 80 78 131 0.39 0.40 0 0.49 242.26 0.25 0.41
Hex 50 4E 83 27 28 0 31 F2 19 29
Octal 120 116 203 47 50 0 61 362 31 51
Binary 1010000 1001110 10000011 100111 101000 0 110001 11110010 11001 101001

Color Harmonies of #504E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E83

Black with #504E83

Text Example


Text Example

White with #504E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504E83; }

 p { color: rgb(80,78,131); }

 H1.HeaderClassName
 {
   color: #504E83;
 }
 .AnyTagClassName
 {
   color: #504E83;
 }
</style>

background-color css

<style>
 a { background-color: #504E83; }

 a { background-color: rgb(80,78,131); }

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

border-color css

<style>
 span { border-color: #504E83; }

 span { border-color: rgb(80,78,131); }

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