Html Css Color HEX #5C577D Victoria

📋 copy color: '#5C577D'

red 92 ◦ green 87 ◦ blue 125

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

Shades of Victoria #5C577D

Tints of Victoria #5C577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 30.26%
G = 28.62%
B = 41.12%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C577D (or 0x5C577D) is known color: Victoria. HEX triplet: 5C, 57 and 7D. RGB value is (92,87,125). Sum of RGB (Red+Green+Blue) = 92+87+125=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C577D is #A3A882. Grayscale: #5C5C5C. Windows color (decimal): -10725507 or 8214364. OLE color: 8214364.

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

Color convert

RGB 92 87 125 -
CMYK 0.26 0.30 0 0.51
HSL 247.89º 0.18% 0.42% -
HSV(B) 247.89º 0.3% 0.49% -
XYZ 11.52 10.57 20.84 -
YUV 92.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 92 87 125 0.26 0.30 0 0.51 247.89 0.18 0.42
Hex 5C 57 7D 1A 1E 0 33 F8 12 2A
Octal 134 127 175 32 36 0 63 370 22 52
Binary 1011100 1010111 1111101 11010 11110 0 110011 11111000 10010 101010

Color Harmonies of #5C577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C577D

Black with #5C577D

Text Example


Text Example

White with #5C577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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