Html Css Color HEX #5B527C Victoria

📋 copy color: '#5B527C'

red 91 ◦ green 82 ◦ blue 124

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

Shades of Victoria #5B527C

Tints of Victoria #5B527C

RGB

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

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

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

R = 30.64%
G = 27.61%
B = 41.75%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B527C (or 0x5B527C) is known color: Victoria. HEX triplet: 5B, 52 and 7C. RGB value is (91,82,124). Sum of RGB (Red+Green+Blue) = 91+82+124=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 82 (32.42% from 255 or 27.61% 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 #5B527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B527C is #A4AD83. Grayscale: #595959. Windows color (decimal): -10792324 or 8147547. OLE color: 8147547.

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

Color convert

RGB 91 82 124 -
CMYK 0.27 0.34 0 0.51
HSL 252.86º 0.2% 0.4% -
HSV(B) 252.86º 0.34% 0.49% -
XYZ 10.97 9.71 20.37 -
YUV 89.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 91 82 124 0.27 0.34 0 0.51 252.86 0.2 0.4
Hex 5B 52 7C 1B 22 0 33 FD 14 28
Octal 133 122 174 33 42 0 63 375 24 50
Binary 1011011 1010010 1111100 11011 100010 0 110011 11111101 10100 101000

Color Harmonies of #5B527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B527C

Black with #5B527C

Text Example


Text Example

White with #5B527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,82,124); }

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

background-color css

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

 a { background-color: rgb(91,82,124); }

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

border-color css

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

 span { border-color: rgb(91,82,124); }

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