Html Css Color HEX #5D507C Victoria

📋 copy color: '#5D507C'

red 93 ◦ green 80 ◦ blue 124

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

Shades of Victoria #5D507C

Tints of Victoria #5D507C

RGB

 RED value IS 93 (36.72% from 255) = 31.31%

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

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 31.31%
G = 26.94%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D507C (or 0x5D507C) is known color: Victoria. HEX triplet: 5D, 50 and 7C. RGB value is (93,80,124). Sum of RGB (Red+Green+Blue) = 93+80+124=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D507C is #A2AF83. Grayscale: #585858. Windows color (decimal): -10661764 or 8147037. OLE color: 8147037.

HSL color Cylindrical-coordinate representation of color #5D507C: hue angle of 257.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D507C is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 80 124 -
CMYK 0.25 0.35 0 0.51
HSL 257.73º 0.22% 0.4% -
HSV(B) 257.73º 0.35% 0.49% -
XYZ 11.02 9.52 20.33 -
YUV 88.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 93 80 124 0.25 0.35 0 0.51 257.73 0.22 0.4
Hex 5D 50 7C 19 23 0 33 102 16 28
Octal 135 120 174 31 43 0 63 402 26 50
Binary 1011101 1010000 1111100 11001 100011 0 110011 100000010 10110 101000

Color Harmonies of #5D507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D507C

Black with #5D507C

Text Example


Text Example

White with #5D507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D507C; }

 p { color: rgb(93,80,124); }

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

background-color css

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

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

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

border-color css

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

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

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