Html Css Color HEX #584A79 Victoria

📋 copy color: '#584A79'

red 88 ◦ green 74 ◦ blue 121

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

Shades of Victoria #584A79

Tints of Victoria #584A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

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

R = 31.1%
G = 26.15%
B = 42.76%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#584A79 (or 0x584A79) is known color: Victoria. HEX triplet: 58, 4A and 79. RGB value is (88,74,121). Sum of RGB (Red+Green+Blue) = 88+74+121=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #584A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A79 is #A7B586. Grayscale: #535353. Windows color (decimal): -10990983 or 7948888. OLE color: 7948888.

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

Color convert

RGB 88 74 121 -
CMYK 0.27 0.39 0 0.53
HSL 257.87º 0.24% 0.38% -
HSV(B) 257.87º 0.39% 0.47% -
XYZ 9.92 8.35 19.18 -
YUV 83.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 88 74 121 0.27 0.39 0 0.53 257.87 0.24 0.38
Hex 58 4A 79 1B 27 0 35 102 18 26
Octal 130 112 171 33 47 0 65 402 30 46
Binary 1011000 1001010 1111001 11011 100111 0 110101 100000010 11000 100110

Color Harmonies of #584A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A79

Black with #584A79

Text Example


Text Example

White with #584A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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