#584B72

Color #584B72 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #584B72

Tints of Victoria #584B72

Color information

#584B72 (or 0x584B72) is unknown color: approx Victoria. HEX triplet: 58, 4B and 72. RGB value is (88,75,114). Sum of RGB (Red+Green+Blue) = 88+75+114=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #584B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B72 is #A7B48D. Grayscale: #535353. Windows color (decimal): -10990734 or 7490392. OLE color: 7490392.

HSL color Cylindrical-coordinate representation of color #584B72: hue angle of 260º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #584B72 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8875114-
CMYK0.230.3400.55
HSL260º20.63%37.06%-
HSV(B)260º34.21%44.71%-
XYZ9.588.3217.02-
YUV83.33145.31131.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=31.77%
G=27.08%
B=41.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88751140.230.3400.5526020.6337.06
Hex584B7217220371041525
Octal13011316227420674042545
Binary10110001001011111001010111100010011011110000010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,75,114); }

 H1.HeaderClassName
 {
   color: #584B72;
 }
 .AnyTagClassName
 {
   color: #584B72;
 }
</style>
background-color css

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

 a { background-color: rgb(88,75,114); }

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

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

 span { border-color: rgb(88,75,114); }

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