Html Css Color HEX #504583 Victoria

📋 copy color: '#504583'

red 80 ◦ green 69 ◦ blue 131

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

Shades of Victoria #504583

Tints of Victoria #504583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 28.57%
G = 24.64%
B = 46.79%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#504583 (or 0x504583) is known color: Victoria. HEX triplet: 50, 45 and 83. RGB value is (80,69,131). Sum of RGB (Red+Green+Blue) = 80+69+131=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #504583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504583 is #AFBA7C. Grayscale: #4F4F4F. Windows color (decimal): -11516541 or 8602960. OLE color: 8602960.

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

Color convert

RGB 80 69 131 -
CMYK 0.39 0.47 0 0.49
HSL 250.65º 0.31% 0.39% -
HSV(B) 250.65º 0.47% 0.51% -
XYZ 9.53 7.6 22.44 -
YUV 79.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 80 69 131 0.39 0.47 0 0.49 250.65 0.31 0.39
Hex 50 45 83 27 2F 0 31 FB 1F 27
Octal 120 105 203 47 57 0 61 373 37 47
Binary 1010000 1000101 10000011 100111 101111 0 110001 11111011 11111 100111

Color Harmonies of #504583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504583

Black with #504583

Text Example


Text Example

White with #504583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504583; }

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

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

background-color css

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

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

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

border-color css

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

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

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