Html Css Color HEX #5B558E Victoria

📋 copy color: '#5B558E'

red 91 ◦ green 85 ◦ blue 142

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

Shades of Victoria #5B558E

Tints of Victoria #5B558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 28.62%
G = 26.73%
B = 44.65%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B558E (or 0x5B558E) is known color: Victoria. HEX triplet: 5B, 55 and 8E. RGB value is (91,85,142). Sum of RGB (Red+Green+Blue) = 91+85+142=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B558E is #A4AA71. Grayscale: #5D5D5D. Windows color (decimal): -10791538 or 9327963. OLE color: 9327963.

HSL color Cylindrical-coordinate representation of color #5B558E: hue angle of 246.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B558E is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 85 142 -
CMYK 0.36 0.40 0 0.44
HSL 246.32º 0.25% 0.45% -
HSV(B) 246.32º 0.4% 0.56% -
XYZ 12.45 10.67 27 -
YUV 93.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 91 85 142 0.36 0.40 0 0.44 246.32 0.25 0.45
Hex 5B 55 8E 24 28 0 2C F6 19 2D
Octal 133 125 216 44 50 0 54 366 31 55
Binary 1011011 1010101 10001110 100100 101000 0 101100 11110110 11001 101101

Color Harmonies of #5B558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B558E

Black with #5B558E

Text Example


Text Example

White with #5B558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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