Html Css Color HEX #505085 Victoria

📋 copy color: '#505085'

red 80 ◦ green 80 ◦ blue 133

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

Shades of Victoria #505085

Tints of Victoria #505085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 27.3%
G = 27.3%
B = 45.39%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505085 (or 0x505085) is known color: Victoria. HEX triplet: 50, 50 and 85. RGB value is (80,80,133). Sum of RGB (Red+Green+Blue) = 80+80+133=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #505085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505085 is #AFAF7A. Grayscale: #555555. Windows color (decimal): -11513723 or 8736848. OLE color: 8736848.

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

Color convert

RGB 80 80 133 -
CMYK 0.40 0.40 0 0.48
HSL 240º 0.25% 0.42% -
HSV(B) 240º 0.4% 0.52% -
XYZ 10.41 9.14 23.41 -
YUV 86.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 80 80 133 0.40 0.40 0 0.48 240 0.25 0.42
Hex 50 50 85 28 28 0 30 F0 19 2A
Octal 120 120 205 50 50 0 60 360 31 52
Binary 1010000 1010000 10000101 101000 101000 0 110000 11110000 11001 101010

Color Harmonies of #505085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505085

Black with #505085

Text Example


Text Example

White with #505085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505085; }

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

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

background-color css

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

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

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

border-color css

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

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

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