#504B83

Color #504B83 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #504B83

Tints of Victoria #504B83

Color information

#504B83 (or 0x504B83) is unknown color: approx Victoria. HEX triplet: 50, 4B and 83. RGB value is (80,75,131). Sum of RGB (Red+Green+Blue) = 80+75+131=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #504B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504B83 is #AFB47C. Grayscale: #525252. Windows color (decimal): -11515005 or 8604496. OLE color: 8604496.

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

Color convert

RGB8075131-
CMYK0.390.4300.49
HSL245.36º27.18%40.39%-
HSV(B)245.36º42.75%51.37%-
XYZ9.928.3822.57-
YUV82.88155.16125.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=27.97%
G=26.22%
B=45.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80751310.390.4300.49245.3627.1840.39
Hex504B83272B031f51b28
Octal12011320347530613653350
Binary101000010010111000001110011110101101100011111010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #504B83;
 }
 .AnyTagClassName
 {
   color: #504B83;
 }
</style>
background-color css

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

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

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

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

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

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