Html Css Color HEX #584E73 Victoria

📋 copy color: '#584E73'

red 88 ◦ green 78 ◦ blue 115

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

Shades of Victoria #584E73

Tints of Victoria #584E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 31.32%
G = 27.76%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584E73 (or 0x584E73) is known color: Victoria. HEX triplet: 58, 4E and 73. RGB value is (88,78,115). Sum of RGB (Red+Green+Blue) = 88+78+115=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #584E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E73 is #A7B18C. Grayscale: #555555. Windows color (decimal): -10989965 or 7556696. OLE color: 7556696.

HSL color Cylindrical-coordinate representation of color #584E73: hue angle of 256.22º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584E73 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 78 115 -
CMYK 0.23 0.32 0 0.55
HSL 256.22º 0.19% 0.38% -
HSV(B) 256.22º 0.32% 0.45% -
XYZ 9.84 8.76 17.39 -
YUV 85.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 88 78 115 0.23 0.32 0 0.55 256.22 0.19 0.38
Hex 58 4E 73 17 20 0 37 100 13 26
Octal 130 116 163 27 40 0 67 400 23 46
Binary 1011000 1001110 1110011 10111 100000 0 110111 100000000 10011 100110

Color Harmonies of #584E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E73

Black with #584E73

Text Example


Text Example

White with #584E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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