Html Css Color HEX #584E84 Victoria

📋 copy color: '#584E84'

red 88 ◦ green 78 ◦ blue 132

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

Shades of Victoria #584E84

Tints of Victoria #584E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 29.53%
G = 26.17%
B = 44.3%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584E84 (or 0x584E84) is known color: Victoria. HEX triplet: 58, 4E and 84. RGB value is (88,78,132). Sum of RGB (Red+Green+Blue) = 88+78+132=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #584E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E84 is #A7B17B. Grayscale: #565656. Windows color (decimal): -10989948 or 8670808. OLE color: 8670808.

HSL color Cylindrical-coordinate representation of color #584E84: hue angle of 251.11º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584E84 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 78 132 -
CMYK 0.33 0.41 0 0.48
HSL 251.11º 0.26% 0.41% -
HSV(B) 251.11º 0.41% 0.52% -
XYZ 10.91 9.19 23.03 -
YUV 87.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 88 78 132 0.33 0.41 0 0.48 251.11 0.26 0.41
Hex 58 4E 84 21 29 0 30 FB 1A 29
Octal 130 116 204 41 51 0 60 373 32 51
Binary 1011000 1001110 10000100 100001 101001 0 110000 11111011 11010 101001

Color Harmonies of #584E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E84

Black with #584E84

Text Example


Text Example

White with #584E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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