Html Css Color HEX #575783 Victoria

📋 copy color: '#575783'

red 87 ◦ green 87 ◦ blue 131

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

Shades of Victoria #575783

Tints of Victoria #575783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

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

R = 28.52%
G = 28.52%
B = 42.95%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575783 (or 0x575783) is known color: Victoria. HEX triplet: 57, 57 and 83. RGB value is (87,87,131). Sum of RGB (Red+Green+Blue) = 87+87+131=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #575783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575783 is #A8A87C. Grayscale: #5B5B5B. Windows color (decimal): -11053181 or 8607575. OLE color: 8607575.

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

Color convert

RGB 87 87 131 -
CMYK 0.34 0.34 0 0.49
HSL 240º 0.2% 0.43% -
HSV(B) 240º 0.34% 0.51% -
XYZ 11.44 10.48 22.89 -
YUV 92.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 87 87 131 0.34 0.34 0 0.49 240 0.2 0.43
Hex 57 57 83 22 22 0 31 F0 14 2B
Octal 127 127 203 42 42 0 61 360 24 53
Binary 1010111 1010111 10000011 100010 100010 0 110001 11110000 10100 101011

Color Harmonies of #575783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575783

Black with #575783

Text Example


Text Example

White with #575783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575783; }

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

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

background-color css

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

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

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

border-color css

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

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

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