Html Css Color HEX #5B558B Victoria

📋 copy color: '#5B558B'

red 91 ◦ green 85 ◦ blue 139

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

Shades of Victoria #5B558B

Tints of Victoria #5B558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 28.89%
G = 26.98%
B = 44.13%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B558B (or 0x5B558B) is known color: Victoria. HEX triplet: 5B, 55 and 8B. RGB value is (91,85,139). Sum of RGB (Red+Green+Blue) = 91+85+139=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B558B is #A4AA74. Grayscale: #5C5C5C. Windows color (decimal): -10791541 or 9131355. OLE color: 9131355.

HSL color Cylindrical-coordinate representation of color #5B558B: hue angle of 246.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B558B is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 85 139 -
CMYK 0.35 0.39 0 0.45
HSL 246.67º 0.24% 0.44% -
HSV(B) 246.67º 0.39% 0.55% -
XYZ 12.22 10.59 25.83 -
YUV 92.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 91 85 139 0.35 0.39 0 0.45 246.67 0.24 0.44
Hex 5B 55 8B 23 27 0 2D F7 18 2C
Octal 133 125 213 43 47 0 55 367 30 54
Binary 1011011 1010101 10001011 100011 100111 0 101101 11110111 11000 101100

Color Harmonies of #5B558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B558B

Black with #5B558B

Text Example


Text Example

White with #5B558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,139); }

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

background-color css

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

 a { background-color: rgb(91,85,139); }

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

border-color css

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

 span { border-color: rgb(91,85,139); }

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