Html Css Color HEX #575083 Victoria

📋 copy color: '#575083'

red 87 ◦ green 80 ◦ blue 131

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

Shades of Victoria #575083

Tints of Victoria #575083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 29.19%
G = 26.85%
B = 43.96%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575083 (or 0x575083) is known color: Victoria. HEX triplet: 57, 50 and 83. RGB value is (87,80,131). Sum of RGB (Red+Green+Blue) = 87+80+131=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #575083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575083 is #A8AF7C. Grayscale: #575757. Windows color (decimal): -11054973 or 8605783. OLE color: 8605783.

HSL color Cylindrical-coordinate representation of color #575083: hue angle of 248.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575083 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 80 131 -
CMYK 0.34 0.39 0 0.49
HSL 248.24º 0.24% 0.41% -
HSV(B) 248.24º 0.39% 0.51% -
XYZ 10.9 9.4 22.71 -
YUV 87.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 87 80 131 0.34 0.39 0 0.49 248.24 0.24 0.41
Hex 57 50 83 22 27 0 31 F8 18 29
Octal 127 120 203 42 47 0 61 370 30 51
Binary 1010111 1010000 10000011 100010 100111 0 110001 11111000 11000 101001

Color Harmonies of #575083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575083

Black with #575083

Text Example


Text Example

White with #575083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575083; }

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

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

background-color css

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

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

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

border-color css

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

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

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