Html Css Color HEX #584E79 Victoria

📋 copy color: '#584E79'

red 88 ◦ green 78 ◦ blue 121

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

Shades of Victoria #584E79

Tints of Victoria #584E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 30.66%
G = 27.18%
B = 42.16%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#584E79 (or 0x584E79) is known color: Victoria. HEX triplet: 58, 4E and 79. RGB value is (88,78,121). Sum of RGB (Red+Green+Blue) = 88+78+121=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #584E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E79 is #A7B186. Grayscale: #555555. Windows color (decimal): -10989959 or 7949912. OLE color: 7949912.

HSL color Cylindrical-coordinate representation of color #584E79: hue angle of 253.95º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #584E79 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 78 121 -
CMYK 0.27 0.36 0 0.53
HSL 253.95º 0.22% 0.39% -
HSV(B) 253.95º 0.36% 0.47% -
XYZ 10.2 8.9 19.27 -
YUV 85.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 88 78 121 0.27 0.36 0 0.53 253.95 0.22 0.39
Hex 58 4E 79 1B 24 0 35 FE 16 27
Octal 130 116 171 33 44 0 65 376 26 47
Binary 1011000 1001110 1111001 11011 100100 0 110101 11111110 10110 100111

Color Harmonies of #584E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E79

Black with #584E79

Text Example


Text Example

White with #584E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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