Html Css Color HEX #584F76 Victoria

📋 copy color: '#584F76'

red 88 ◦ green 79 ◦ blue 118

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

Shades of Victoria #584F76

Tints of Victoria #584F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 30.88%
G = 27.72%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584F76 (or 0x584F76) is known color: Victoria. HEX triplet: 58, 4F and 76. RGB value is (88,79,118). Sum of RGB (Red+Green+Blue) = 88+79+118=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #584F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F76 is #A7B089. Grayscale: #555555. Windows color (decimal): -10989706 or 7753560. OLE color: 7753560.

HSL color Cylindrical-coordinate representation of color #584F76: hue angle of 253.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #584F76 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 79 118 -
CMYK 0.25 0.33 0 0.54
HSL 253.85º 0.2% 0.39% -
HSV(B) 253.85º 0.33% 0.46% -
XYZ 10.09 8.97 18.34 -
YUV 86.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 88 79 118 0.25 0.33 0 0.54 253.85 0.2 0.39
Hex 58 4F 76 19 21 0 36 FE 14 27
Octal 130 117 166 31 41 0 66 376 24 47
Binary 1011000 1001111 1110110 11001 100001 0 110110 11111110 10100 100111

Color Harmonies of #584F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F76

Black with #584F76

Text Example


Text Example

White with #584F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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