Html Css Color HEX #5B538D Victoria

📋 copy color: '#5B538D'

red 91 ◦ green 83 ◦ blue 141

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

Shades of Victoria #5B538D

Tints of Victoria #5B538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 28.89%
G = 26.35%
B = 44.76%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B538D (or 0x5B538D) is known color: Victoria. HEX triplet: 5B, 53 and 8D. RGB value is (91,83,141). Sum of RGB (Red+Green+Blue) = 91+83+141=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B538D is #A4AC72. Grayscale: #5B5B5B. Windows color (decimal): -10792051 or 9261915. OLE color: 9261915.

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

Color convert

RGB 91 83 141 -
CMYK 0.35 0.41 0 0.45
HSL 248.28º 0.26% 0.44% -
HSV(B) 248.28º 0.41% 0.55% -
XYZ 12.22 10.33 26.55 -
YUV 92 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 91 83 141 0.35 0.41 0 0.45 248.28 0.26 0.44
Hex 5B 53 8D 23 29 0 2D F8 1A 2C
Octal 133 123 215 43 51 0 55 370 32 54
Binary 1011011 1010011 10001101 100011 101001 0 101101 11111000 11010 101100

Color Harmonies of #5B538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B538D

Black with #5B538D

Text Example


Text Example

White with #5B538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,83,141); }

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

background-color css

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

 a { background-color: rgb(91,83,141); }

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

border-color css

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

 span { border-color: rgb(91,83,141); }

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