Html Css Color HEX #585783 Victoria

📋 copy color: '#585783'

red 88 ◦ green 87 ◦ blue 131

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

Shades of Victoria #585783

Tints of Victoria #585783

RGB

 RED value IS 88 (34.77% from 255) = 28.76%

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

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

R = 28.76%
G = 28.43%
B = 42.81%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585783 (or 0x585783) is known color: Victoria. HEX triplet: 58, 57 and 83. RGB value is (88,87,131). Sum of RGB (Red+Green+Blue) = 88+87+131=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #585783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585783 is #A7A87C. Grayscale: #5C5C5C. Windows color (decimal): -10987645 or 8607576. OLE color: 8607576.

HSL color Cylindrical-coordinate representation of color #585783: hue angle of 241.36º 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 #585783 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 87 131 -
CMYK 0.33 0.34 0 0.49
HSL 241.36º 0.2% 0.43% -
HSV(B) 241.36º 0.34% 0.51% -
XYZ 11.53 10.53 22.9 -
YUV 92.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 88 87 131 0.33 0.34 0 0.49 241.36 0.2 0.43
Hex 58 57 83 21 22 0 31 F1 14 2B
Octal 130 127 203 41 42 0 61 361 24 53
Binary 1011000 1010111 10000011 100001 100010 0 110001 11110001 10100 101011

Color Harmonies of #585783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585783

Black with #585783

Text Example


Text Example

White with #585783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585783; }

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

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

background-color css

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

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

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

border-color css

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

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

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