Html Css Color HEX #505281 Victoria

📋 copy color: '#505281'

red 80 ◦ green 82 ◦ blue 129

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

Shades of Victoria #505281

Tints of Victoria #505281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 129 (50.78% from 255) = 44.33%

R = 27.49%
G = 28.18%
B = 44.33%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#505281 (or 0x505281) is known color: Victoria. HEX triplet: 50, 52 and 81. RGB value is (80,82,129). Sum of RGB (Red+Green+Blue) = 80+82+129=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #505281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505281 is #AFAD7E. Grayscale: #565656. Windows color (decimal): -11513215 or 8475216. OLE color: 8475216.

HSL color Cylindrical-coordinate representation of color #505281: hue angle of 237.55º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505281 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 82 129 -
CMYK 0.38 0.36 0 0.49
HSL 237.55º 0.23% 0.41% -
HSV(B) 237.55º 0.38% 0.51% -
XYZ 10.29 9.33 22.03 -
YUV 86.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 80 82 129 0.38 0.36 0 0.49 237.55 0.23 0.41
Hex 50 52 81 26 24 0 31 EE 17 29
Octal 120 122 201 46 44 0 61 356 27 51
Binary 1010000 1010010 10000001 100110 100100 0 110001 11101110 10111 101001

Color Harmonies of #505281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505281

Black with #505281

Text Example


Text Example

White with #505281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505281; }

 p { color: rgb(80,82,129); }

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

background-color css

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

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

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

border-color css

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

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

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