Html Css Color HEX #50487D Victoria

📋 copy color: '#50487D'

red 80 ◦ green 72 ◦ blue 125

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

Shades of Victoria #50487D

Tints of Victoria #50487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 28.88%
G = 25.99%
B = 45.13%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50487D (or 0x50487D) is known color: Victoria. HEX triplet: 50, 48 and 7D. RGB value is (80,72,125). Sum of RGB (Red+Green+Blue) = 80+72+125=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #50487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50487D is #AFB782. Grayscale: #505050. Windows color (decimal): -11515779 or 8210512. OLE color: 8210512.

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

Color convert

RGB 80 72 125 -
CMYK 0.36 0.42 0 0.51
HSL 249.06º 0.27% 0.39% -
HSV(B) 249.06º 0.42% 0.49% -
XYZ 9.33 7.82 20.42 -
YUV 80.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 80 72 125 0.36 0.42 0 0.51 249.06 0.27 0.39
Hex 50 48 7D 24 2A 0 33 F9 1B 27
Octal 120 110 175 44 52 0 63 371 33 47
Binary 1010000 1001000 1111101 100100 101010 0 110011 11111001 11011 100111

Color Harmonies of #50487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50487D

Black with #50487D

Text Example


Text Example

White with #50487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50487D; }

 p { color: rgb(80,72,125); }

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

background-color css

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

 a { background-color: rgb(80,72,125); }

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

border-color css

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

 span { border-color: rgb(80,72,125); }

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