Html Css Color HEX #584F8F Victoria

📋 copy color: '#584F8F'

red 88 ◦ green 79 ◦ blue 143

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

Shades of Victoria #584F8F

Tints of Victoria #584F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 28.39%
G = 25.48%
B = 46.13%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584F8F (or 0x584F8F) is known color: Victoria. HEX triplet: 58, 4F and 8F. RGB value is (88,79,143). Sum of RGB (Red+Green+Blue) = 88+79+143=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #584F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F8F is #A7B070. Grayscale: #585858. Windows color (decimal): -10989681 or 9391960. OLE color: 9391960.

HSL color Cylindrical-coordinate representation of color #584F8F: hue angle of 248.44º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584F8F is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 79 143 -
CMYK 0.38 0.45 0 0.44
HSL 248.44º 0.29% 0.44% -
HSV(B) 248.44º 0.45% 0.56% -
XYZ 11.78 9.65 27.23 -
YUV 88.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 88 79 143 0.38 0.45 0 0.44 248.44 0.29 0.44
Hex 58 4F 8F 26 2D 0 2C F8 1D 2C
Octal 130 117 217 46 55 0 54 370 35 54
Binary 1011000 1001111 10001111 100110 101101 0 101100 11111000 11101 101100

Color Harmonies of #584F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F8F

Black with #584F8F

Text Example


Text Example

White with #584F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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