Html Css Color HEX #504B90 Victoria

📋 copy color: '#504B90'

red 80 ◦ green 75 ◦ blue 144

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

Shades of Victoria #504B90

Tints of Victoria #504B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 26.76%
G = 25.08%
B = 48.16%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#504B90 (or 0x504B90) is known color: Victoria. HEX triplet: 50, 4B and 90. RGB value is (80,75,144). Sum of RGB (Red+Green+Blue) = 80+75+144=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #504B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504B90 is #AFB46F. Grayscale: #545454. Windows color (decimal): -11514992 or 9456464. OLE color: 9456464.

HSL color Cylindrical-coordinate representation of color #504B90: hue angle of 244.35º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504B90 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 75 144 -
CMYK 0.44 0.48 0 0.44
HSL 244.35º 0.32% 0.43% -
HSV(B) 244.35º 0.48% 0.56% -
XYZ 10.86 8.75 27.5 -
YUV 84.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 80 75 144 0.44 0.48 0 0.44 244.35 0.32 0.43
Hex 50 4B 90 2C 30 0 2C F4 20 2B
Octal 120 113 220 54 60 0 54 364 40 53
Binary 1010000 1001011 10010000 101100 110000 0 101100 11110100 100000 101011

Color Harmonies of #504B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B90

Black with #504B90

Text Example


Text Example

White with #504B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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