Html Css Color HEX #585090 Victoria

📋 copy color: '#585090'

red 88 ◦ green 80 ◦ blue 144

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

Shades of Victoria #585090

Tints of Victoria #585090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 28.21%
G = 25.64%
B = 46.15%

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

#585090 (or 0x585090) is known color: Victoria. HEX triplet: 58, 50 and 90. RGB value is (88,80,144). Sum of RGB (Red+Green+Blue) = 88+80+144=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #585090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585090 is #A7AF6F. Grayscale: #595959. Windows color (decimal): -10989424 or 9457752. OLE color: 9457752.

HSL color Cylindrical-coordinate representation of color #585090: hue angle of 247.5º degrees, saturation: 0.29, 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 #585090 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 80 144 -
CMYK 0.39 0.44 0 0.44
HSL 247.5º 0.29% 0.44% -
HSV(B) 247.5º 0.44% 0.56% -
XYZ 11.93 9.83 27.65 -
YUV 89.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 88 80 144 0.39 0.44 0 0.44 247.5 0.29 0.44
Hex 58 50 90 27 2C 0 2C F8 1D 2C
Octal 130 120 220 47 54 0 54 370 35 54
Binary 1011000 1010000 10010000 100111 101100 0 101100 11111000 11101 101100

Color Harmonies of #585090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585090

Black with #585090

Text Example


Text Example

White with #585090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585090; }

 p { color: rgb(88,80,144); }

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

background-color css

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

 a { background-color: rgb(88,80,144); }

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

border-color css

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

 span { border-color: rgb(88,80,144); }

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