Html Css Color HEX #584E90 Victoria

📋 copy color: '#584E90'

red 88 ◦ green 78 ◦ blue 144

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

Shades of Victoria #584E90

Tints of Victoria #584E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

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

R = 28.39%
G = 25.16%
B = 46.45%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584E90 (or 0x584E90) is known color: Victoria. HEX triplet: 58, 4E and 90. RGB value is (88,78,144). Sum of RGB (Red+Green+Blue) = 88+78+144=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #584E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E90 is #A7B16F. Grayscale: #585858. Windows color (decimal): -10989936 or 9457240. OLE color: 9457240.

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

Color convert

RGB 88 78 144 -
CMYK 0.39 0.46 0 0.44
HSL 249.09º 0.3% 0.44% -
HSV(B) 249.09º 0.46% 0.56% -
XYZ 11.78 9.54 27.61 -
YUV 88.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 88 78 144 0.39 0.46 0 0.44 249.09 0.3 0.44
Hex 58 4E 90 27 2E 0 2C F9 1E 2C
Octal 130 116 220 47 56 0 54 371 36 54
Binary 1011000 1001110 10010000 100111 101110 0 101100 11111001 11110 101100

Color Harmonies of #584E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E90

Black with #584E90

Text Example


Text Example

White with #584E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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