Html Css Color HEX #5B5785 Victoria

📋 copy color: '#5B5785'

red 91 ◦ green 87 ◦ blue 133

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

Shades of Victoria #5B5785

Tints of Victoria #5B5785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 29.26%
G = 27.97%
B = 42.77%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B5785 (or 0x5B5785) is known color: Victoria. HEX triplet: 5B, 57 and 85. RGB value is (91,87,133). Sum of RGB (Red+Green+Blue) = 91+87+133=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5785 is #A4A87A. Grayscale: #5D5D5D. Windows color (decimal): -10791035 or 8738651. OLE color: 8738651.

HSL color Cylindrical-coordinate representation of color #5B5785: hue angle of 245.22º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B5785 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 87 133 -
CMYK 0.32 0.35 0 0.48
HSL 245.22º 0.21% 0.43% -
HSV(B) 245.22º 0.35% 0.52% -
XYZ 11.96 10.73 23.63 -
YUV 93.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 91 87 133 0.32 0.35 0 0.48 245.22 0.21 0.43
Hex 5B 57 85 20 23 0 30 F5 15 2B
Octal 133 127 205 40 43 0 60 365 25 53
Binary 1011011 1010111 10000101 100000 100011 0 110000 11110101 10101 101011

Color Harmonies of #5B5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5785

Black with #5B5785

Text Example


Text Example

White with #5B5785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,87,133); }

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

background-color css

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

 a { background-color: rgb(91,87,133); }

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

border-color css

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

 span { border-color: rgb(91,87,133); }

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