Html Css Color HEX #57507F Victoria

📋 copy color: '#57507F'

red 87 ◦ green 80 ◦ blue 127

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

Shades of Victoria #57507F

Tints of Victoria #57507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.2%

R = 29.59%
G = 27.21%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57507F (or 0x57507F) is known color: Victoria. HEX triplet: 57, 50 and 7F. RGB value is (87,80,127). Sum of RGB (Red+Green+Blue) = 87+80+127=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #57507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57507F is #A8AF80. Grayscale: #575757. Windows color (decimal): -11054977 or 8343639. OLE color: 8343639.

HSL color Cylindrical-coordinate representation of color #57507F: hue angle of 248.94º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57507F is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 80 127 -
CMYK 0.31 0.37 0 0.50
HSL 248.94º 0.23% 0.41% -
HSV(B) 248.94º 0.37% 0.5% -
XYZ 10.63 9.3 21.31 -
YUV 87.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 87 80 127 0.31 0.37 0 0.50 248.94 0.23 0.41
Hex 57 50 7F 1F 25 0 32 F9 17 29
Octal 127 120 177 37 45 0 62 371 27 51
Binary 1010111 1010000 1111111 11111 100101 0 110010 11111001 10111 101001

Color Harmonies of #57507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57507F

Black with #57507F

Text Example


Text Example

White with #57507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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