Html Css Color HEX #5B4C7D Victoria

📋 copy color: '#5B4C7D'

red 91 ◦ green 76 ◦ blue 125

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

Shades of Victoria #5B4C7D

Tints of Victoria #5B4C7D

RGB

 RED value IS 91 (35.94% from 255) = 31.16%

 GREEN value IS 76 (30.08% from 255) = 26.03%

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 31.16%
G = 26.03%
B = 42.81%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B4C7D (or 0x5B4C7D) is known color: Victoria. HEX triplet: 5B, 4C and 7D. RGB value is (91,76,125). Sum of RGB (Red+Green+Blue) = 91+76+125=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B4C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4C7D is #A4B382. Grayscale: #555555. Windows color (decimal): -10793859 or 8211547. OLE color: 8211547.

HSL color Cylindrical-coordinate representation of color #5B4C7D: hue angle of 258.37º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B4C7D is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 76 125 -
CMYK 0.27 0.39 0 0.51
HSL 258.37º 0.24% 0.39% -
HSV(B) 258.37º 0.39% 0.49% -
XYZ 10.6 8.87 20.56 -
YUV 86.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 91 76 125 0.27 0.39 0 0.51 258.37 0.24 0.39
Hex 5B 4C 7D 1B 27 0 33 102 18 27
Octal 133 114 175 33 47 0 63 402 30 47
Binary 1011011 1001100 1111101 11011 100111 0 110011 100000010 11000 100111

Color Harmonies of #5B4C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4C7D

Black with #5B4C7D

Text Example


Text Example

White with #5B4C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,76,125); }

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

background-color css

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

 a { background-color: rgb(91,76,125); }

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

border-color css

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

 span { border-color: rgb(91,76,125); }

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