Html Css Color HEX #5C5581 Victoria

📋 copy color: '#5C5581'

red 92 ◦ green 85 ◦ blue 129

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

Shades of Victoria #5C5581

Tints of Victoria #5C5581

RGB

 RED value IS 92 (36.33% from 255) = 30.07%

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

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 30.07%
G = 27.78%
B = 42.16%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C5581 (or 0x5C5581) is known color: Victoria. HEX triplet: 5C, 55 and 81. RGB value is (92,85,129). Sum of RGB (Red+Green+Blue) = 92+85+129=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C5581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5581 is #A3AA7E. Grayscale: #5B5B5B. Windows color (decimal): -10726015 or 8475996. OLE color: 8475996.

HSL color Cylindrical-coordinate representation of color #5C5581: hue angle of 249.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C5581 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 85 129 -
CMYK 0.29 0.34 0 0.49
HSL 249.55º 0.21% 0.42% -
HSV(B) 249.55º 0.34% 0.51% -
XYZ 11.62 10.36 22.16 -
YUV 92.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 92 85 129 0.29 0.34 0 0.49 249.55 0.21 0.42
Hex 5C 55 81 1D 22 0 31 FA 15 2A
Octal 134 125 201 35 42 0 61 372 25 52
Binary 1011100 1010101 10000001 11101 100010 0 110001 11111010 10101 101010

Color Harmonies of #5C5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5581

Black with #5C5581

Text Example


Text Example

White with #5C5581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,85,129); }

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

background-color css

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

 a { background-color: rgb(92,85,129); }

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

border-color css

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

 span { border-color: rgb(92,85,129); }

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