Html Css Color HEX #584F84 Victoria

📋 copy color: '#584F84'

red 88 ◦ green 79 ◦ blue 132

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

Shades of Victoria #584F84

Tints of Victoria #584F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

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

R = 29.43%
G = 26.42%
B = 44.15%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584F84 (or 0x584F84) is known color: Victoria. HEX triplet: 58, 4F and 84. RGB value is (88,79,132). Sum of RGB (Red+Green+Blue) = 88+79+132=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #584F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F84 is #A7B07B. Grayscale: #575757. Windows color (decimal): -10989692 or 8671064. OLE color: 8671064.

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

Color convert

RGB 88 79 132 -
CMYK 0.33 0.40 0 0.48
HSL 250.19º 0.25% 0.41% -
HSV(B) 250.19º 0.4% 0.52% -
XYZ 10.99 9.33 23.05 -
YUV 87.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 88 79 132 0.33 0.40 0 0.48 250.19 0.25 0.41
Hex 58 4F 84 21 28 0 30 FA 19 29
Octal 130 117 204 41 50 0 60 372 31 51
Binary 1011000 1001111 10000100 100001 101000 0 110000 11111010 11001 101001

Color Harmonies of #584F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F84

Black with #584F84

Text Example


Text Example

White with #584F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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