Html Css Color HEX #57507C Victoria

📋 copy color: '#57507C'

red 87 ◦ green 80 ◦ blue 124

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

Shades of Victoria #57507C

Tints of Victoria #57507C

RGB

 RED value IS 87 (34.38% from 255) = 29.9%

 GREEN value IS 80 (31.64% from 255) = 27.49%

 BLUE value IS 124 (48.83% from 255) = 42.61%

R = 29.9%
G = 27.49%
B = 42.61%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57507C (or 0x57507C) is known color: Victoria. HEX triplet: 57, 50 and 7C. RGB value is (87,80,124). Sum of RGB (Red+Green+Blue) = 87+80+124=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #57507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57507C is #A8AF83. Grayscale: #565656. Windows color (decimal): -11054980 or 8147031. OLE color: 8147031.

HSL color Cylindrical-coordinate representation of color #57507C: hue angle of 249.55º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57507C is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 80 124 -
CMYK 0.30 0.35 0 0.51
HSL 249.55º 0.22% 0.4% -
HSV(B) 249.55º 0.35% 0.49% -
XYZ 10.44 9.22 20.3 -
YUV 87.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 87 80 124 0.30 0.35 0 0.51 249.55 0.22 0.4
Hex 57 50 7C 1E 23 0 33 FA 16 28
Octal 127 120 174 36 43 0 63 372 26 50
Binary 1010111 1010000 1111100 11110 100011 0 110011 11111010 10110 101000

Color Harmonies of #57507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57507C

Black with #57507C

Text Example


Text Example

White with #57507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57507C; }

 p { color: rgb(87,80,124); }

 H1.HeaderClassName
 {
   color: #57507C;
 }
 .AnyTagClassName
 {
   color: #57507C;
 }
</style>

background-color css

<style>
 a { background-color: #57507C; }

 a { background-color: rgb(87,80,124); }

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

border-color css

<style>
 span { border-color: #57507C; }

 span { border-color: rgb(87,80,124); }

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