Html Css Color HEX #584D90 Victoria

📋 copy color: '#584D90'

red 88 ◦ green 77 ◦ blue 144

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

Shades of Victoria #584D90

Tints of Victoria #584D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

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

R = 28.48%
G = 24.92%
B = 46.6%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584D90 (or 0x584D90) is known color: Victoria. HEX triplet: 58, 4D and 90. RGB value is (88,77,144). Sum of RGB (Red+Green+Blue) = 88+77+144=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #584D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D90 is #A7B26F. Grayscale: #575757. Windows color (decimal): -10990192 or 9456984. OLE color: 9456984.

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

Color convert

RGB 88 77 144 -
CMYK 0.39 0.47 0 0.44
HSL 249.85º 0.3% 0.43% -
HSV(B) 249.85º 0.47% 0.56% -
XYZ 11.71 9.4 27.58 -
YUV 87.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 88 77 144 0.39 0.47 0 0.44 249.85 0.3 0.43
Hex 58 4D 90 27 2F 0 2C FA 1E 2B
Octal 130 115 220 47 57 0 54 372 36 53
Binary 1011000 1001101 10010000 100111 101111 0 101100 11111010 11110 101011

Color Harmonies of #584D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D90

Black with #584D90

Text Example


Text Example

White with #584D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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