Html Css Color HEX #57508D Victoria

📋 copy color: '#57508D'

red 87 ◦ green 80 ◦ blue 141

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

Shades of Victoria #57508D

Tints of Victoria #57508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 28.25%
G = 25.97%
B = 45.78%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57508D (or 0x57508D) is known color: Victoria. HEX triplet: 57, 50 and 8D. RGB value is (87,80,141). Sum of RGB (Red+Green+Blue) = 87+80+141=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #57508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57508D is #A8AF72. Grayscale: #585858. Windows color (decimal): -11054963 or 9261143. OLE color: 9261143.

HSL color Cylindrical-coordinate representation of color #57508D: hue angle of 246.89º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57508D is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 80 141 -
CMYK 0.38 0.43 0 0.45
HSL 246.89º 0.28% 0.43% -
HSV(B) 246.89º 0.43% 0.55% -
XYZ 11.61 9.69 26.46 -
YUV 89.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 87 80 141 0.38 0.43 0 0.45 246.89 0.28 0.43
Hex 57 50 8D 26 2B 0 2D F7 1C 2B
Octal 127 120 215 46 53 0 55 367 34 53
Binary 1010111 1010000 10001101 100110 101011 0 101101 11110111 11100 101011

Color Harmonies of #57508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57508D

Black with #57508D

Text Example


Text Example

White with #57508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57508D; }

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

 H1.HeaderClassName
 {
   color: #57508D;
 }
 .AnyTagClassName
 {
   color: #57508D;
 }
</style>

background-color css

<style>
 a { background-color: #57508D; }

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

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

border-color css

<style>
 span { border-color: #57508D; }

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

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