Html Css Color HEX #584D92 Victoria

📋 copy color: '#584D92'

red 88 ◦ green 77 ◦ blue 146

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

Shades of Victoria #584D92

Tints of Victoria #584D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 28.3%
G = 24.76%
B = 46.95%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#584D92 (or 0x584D92) is known color: Victoria. HEX triplet: 58, 4D and 92. RGB value is (88,77,146). Sum of RGB (Red+Green+Blue) = 88+77+146=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #584D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D92 is #A7B26D. Grayscale: #575757. Windows color (decimal): -10990190 or 9588056. OLE color: 9588056.

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

Color convert

RGB 88 77 146 -
CMYK 0.40 0.47 0 0.43
HSL 249.57º 0.31% 0.44% -
HSV(B) 249.57º 0.47% 0.57% -
XYZ 11.87 9.46 28.39 -
YUV 88.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 88 77 146 0.40 0.47 0 0.43 249.57 0.31 0.44
Hex 58 4D 92 28 2F 0 2B FA 1F 2C
Octal 130 115 222 50 57 0 53 372 37 54
Binary 1011000 1001101 10010010 101000 101111 0 101011 11111010 11111 101100

Color Harmonies of #584D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D92

Black with #584D92

Text Example


Text Example

White with #584D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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