Html Css Color HEX #584F7F Victoria

📋 copy color: '#584F7F'

red 88 ◦ green 79 ◦ blue 127

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

Shades of Victoria #584F7F

Tints of Victoria #584F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.2%

R = 29.93%
G = 26.87%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#584F7F (or 0x584F7F) is known color: Victoria. HEX triplet: 58, 4F and 7F. RGB value is (88,79,127). Sum of RGB (Red+Green+Blue) = 88+79+127=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #584F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F7F is #A7B080. Grayscale: #565656. Windows color (decimal): -10989697 or 8343384. OLE color: 8343384.

HSL color Cylindrical-coordinate representation of color #584F7F: hue angle of 251.25º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #584F7F is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 79 127 -
CMYK 0.31 0.38 0 0.50
HSL 251.25º 0.23% 0.4% -
HSV(B) 251.25º 0.38% 0.5% -
XYZ 10.65 9.2 21.29 -
YUV 87.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 88 79 127 0.31 0.38 0 0.50 251.25 0.23 0.4
Hex 58 4F 7F 1F 26 0 32 FB 17 28
Octal 130 117 177 37 46 0 62 373 27 50
Binary 1011000 1001111 1111111 11111 100110 0 110010 11111011 10111 101000

Color Harmonies of #584F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F7F

Black with #584F7F

Text Example


Text Example

White with #584F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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