Html Css Color HEX #50507B Victoria

📋 copy color: '#50507B'

red 80 ◦ green 80 ◦ blue 123

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

Shades of Victoria #50507B

Tints of Victoria #50507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 28.27%
G = 28.27%
B = 43.46%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50507B (or 0x50507B) is known color: Victoria. HEX triplet: 50, 50 and 7B. RGB value is (80,80,123). Sum of RGB (Red+Green+Blue) = 80+80+123=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #50507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50507B is #AFAF84. Grayscale: #545454. Windows color (decimal): -11513733 or 8081488. OLE color: 8081488.

HSL color Cylindrical-coordinate representation of color #50507B: hue angle of 240º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50507B is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 80 123 -
CMYK 0.35 0.35 0 0.52
HSL 240º 0.21% 0.4% -
HSV(B) 240º 0.35% 0.48% -
XYZ 9.75 8.87 19.94 -
YUV 84.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 80 80 123 0.35 0.35 0 0.52 240 0.21 0.4
Hex 50 50 7B 23 23 0 34 F0 15 28
Octal 120 120 173 43 43 0 64 360 25 50
Binary 1010000 1010000 1111011 100011 100011 0 110100 11110000 10101 101000

Color Harmonies of #50507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50507B

Black with #50507B

Text Example


Text Example

White with #50507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50507B; }

 p { color: rgb(80,80,123); }

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

background-color css

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

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

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

border-color css

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

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

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