Html Css Color HEX #584F74 Victoria

📋 copy color: '#584F74'

red 88 ◦ green 79 ◦ blue 116

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

Shades of Victoria #584F74

Tints of Victoria #584F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 31.1%
G = 27.92%
B = 40.99%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584F74 (or 0x584F74) is known color: Victoria. HEX triplet: 58, 4F and 74. RGB value is (88,79,116). Sum of RGB (Red+Green+Blue) = 88+79+116=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #584F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F74 is #A7B08B. Grayscale: #555555. Windows color (decimal): -10989708 or 7622488. OLE color: 7622488.

HSL color Cylindrical-coordinate representation of color #584F74: hue angle of 254.59º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584F74 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 79 116 -
CMYK 0.24 0.32 0 0.55
HSL 254.59º 0.19% 0.38% -
HSV(B) 254.59º 0.32% 0.45% -
XYZ 9.97 8.93 17.72 -
YUV 85.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 88 79 116 0.24 0.32 0 0.55 254.59 0.19 0.38
Hex 58 4F 74 18 20 0 37 FF 13 26
Octal 130 117 164 30 40 0 67 377 23 46
Binary 1011000 1001111 1110100 11000 100000 0 110111 11111111 10011 100110

Color Harmonies of #584F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F74

Black with #584F74

Text Example


Text Example

White with #584F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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