Html Css Color HEX #505087 Victoria

📋 copy color: '#505087'

red 80 ◦ green 80 ◦ blue 135

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

Shades of Victoria #505087

Tints of Victoria #505087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 27.12%
G = 27.12%
B = 45.76%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505087 (or 0x505087) is known color: Victoria. HEX triplet: 50, 50 and 87. RGB value is (80,80,135). Sum of RGB (Red+Green+Blue) = 80+80+135=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #505087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505087 is #AFAF78. Grayscale: #565656. Windows color (decimal): -11513721 or 8867920. OLE color: 8867920.

HSL color Cylindrical-coordinate representation of color #505087: hue angle of 240º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505087 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 80 135 -
CMYK 0.41 0.41 0 0.47
HSL 240º 0.26% 0.42% -
HSV(B) 240º 0.41% 0.53% -
XYZ 10.55 9.19 24.14 -
YUV 86.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 80 80 135 0.41 0.41 0 0.47 240 0.26 0.42
Hex 50 50 87 29 29 0 2F F0 1A 2A
Octal 120 120 207 51 51 0 57 360 32 52
Binary 1010000 1010000 10000111 101001 101001 0 101111 11110000 11010 101010

Color Harmonies of #505087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505087

Black with #505087

Text Example


Text Example

White with #505087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505087; }

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

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

background-color css

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

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

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

border-color css

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

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

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