Html Css Color HEX #584C92 Victoria

📋 copy color: '#584C92'

red 88 ◦ green 76 ◦ blue 146

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

Shades of Victoria #584C92

Tints of Victoria #584C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.52%

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

R = 28.39%
G = 24.52%
B = 47.1%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#584C92 (or 0x584C92) is known color: Victoria. HEX triplet: 58, 4C and 92. RGB value is (88,76,146). Sum of RGB (Red+Green+Blue) = 88+76+146=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #584C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584C92 is #A7B36D. Grayscale: #575757. Windows color (decimal): -10990446 or 9587800. OLE color: 9587800.

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

Color convert

RGB 88 76 146 -
CMYK 0.40 0.48 0 0.43
HSL 250.29º 0.32% 0.44% -
HSV(B) 250.29º 0.48% 0.57% -
XYZ 11.8 9.32 28.37 -
YUV 87.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 88 76 146 0.40 0.48 0 0.43 250.29 0.32 0.44
Hex 58 4C 92 28 30 0 2B FA 20 2C
Octal 130 114 222 50 60 0 53 372 40 54
Binary 1011000 1001100 10010010 101000 110000 0 101011 11111010 100000 101100

Color Harmonies of #584C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C92

Black with #584C92

Text Example


Text Example

White with #584C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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