Html Css Color HEX #5C577E Victoria

📋 copy color: '#5C577E'

red 92 ◦ green 87 ◦ blue 126

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

Shades of Victoria #5C577E

Tints of Victoria #5C577E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 30.16%
G = 28.52%
B = 41.31%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C577E (or 0x5C577E) is known color: Victoria. HEX triplet: 5C, 57 and 7E. RGB value is (92,87,126). Sum of RGB (Red+Green+Blue) = 92+87+126=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C577E is #A3A881. Grayscale: #5C5C5C. Windows color (decimal): -10725506 or 8279900. OLE color: 8279900.

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

Color convert

RGB 92 87 126 -
CMYK 0.27 0.31 0 0.51
HSL 247.69º 0.18% 0.42% -
HSV(B) 247.69º 0.31% 0.49% -
XYZ 11.59 10.6 21.17 -
YUV 92.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 92 87 126 0.27 0.31 0 0.51 247.69 0.18 0.42
Hex 5C 57 7E 1B 1F 0 33 F8 12 2A
Octal 134 127 176 33 37 0 63 370 22 52
Binary 1011100 1010111 1111110 11011 11111 0 110011 11111000 10010 101010

Color Harmonies of #5C577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C577E

Black with #5C577E

Text Example


Text Example

White with #5C577E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,87,126); }

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

background-color css

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

 a { background-color: rgb(92,87,126); }

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

border-color css

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

 span { border-color: rgb(92,87,126); }

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