Html Css Color HEX #5B527B Victoria

📋 copy color: '#5B527B'

red 91 ◦ green 82 ◦ blue 123

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

Shades of Victoria #5B527B

Tints of Victoria #5B527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 30.74%
G = 27.7%
B = 41.55%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B527B (or 0x5B527B) is known color: Victoria. HEX triplet: 5B, 52 and 7B. RGB value is (91,82,123). Sum of RGB (Red+Green+Blue) = 91+82+123=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B527B is #A4AD84. Grayscale: #595959. Windows color (decimal): -10792325 or 8082011. OLE color: 8082011.

HSL color Cylindrical-coordinate representation of color #5B527B: hue angle of 253.17º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B527B is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 82 123 -
CMYK 0.26 0.33 0 0.52
HSL 253.17º 0.2% 0.4% -
HSV(B) 253.17º 0.33% 0.48% -
XYZ 10.91 9.69 20.03 -
YUV 89.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 91 82 123 0.26 0.33 0 0.52 253.17 0.2 0.4
Hex 5B 52 7B 1A 21 0 34 FD 14 28
Octal 133 122 173 32 41 0 64 375 24 50
Binary 1011011 1010010 1111011 11010 100001 0 110100 11111101 10100 101000

Color Harmonies of #5B527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B527B

Black with #5B527B

Text Example


Text Example

White with #5B527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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