Html Css Color HEX #57508E Victoria

📋 copy color: '#57508E'

red 87 ◦ green 80 ◦ blue 142

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

Shades of Victoria #57508E

Tints of Victoria #57508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 28.16%
G = 25.89%
B = 45.95%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57508E (or 0x57508E) is known color: Victoria. HEX triplet: 57, 50 and 8E. RGB value is (87,80,142). Sum of RGB (Red+Green+Blue) = 87+80+142=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #57508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57508E is #A8AF71. Grayscale: #585858. Windows color (decimal): -11054962 or 9326679. OLE color: 9326679.

HSL color Cylindrical-coordinate representation of color #57508E: hue angle of 246.77º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57508E is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 80 142 -
CMYK 0.39 0.44 0 0.44
HSL 246.77º 0.28% 0.44% -
HSV(B) 246.77º 0.44% 0.56% -
XYZ 11.68 9.72 26.85 -
YUV 89.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 87 80 142 0.39 0.44 0 0.44 246.77 0.28 0.44
Hex 57 50 8E 27 2C 0 2C F7 1C 2C
Octal 127 120 216 47 54 0 54 367 34 54
Binary 1010111 1010000 10001110 100111 101100 0 101100 11110111 11100 101100

Color Harmonies of #57508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57508E

Black with #57508E

Text Example


Text Example

White with #57508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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