Html Css Color HEX #584B73 Victoria

📋 copy color: '#584B73'

red 88 ◦ green 75 ◦ blue 115

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

Shades of Victoria #584B73

Tints of Victoria #584B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

 BLUE value IS 115 (45.31% from 255) = 41.37%

R = 31.65%
G = 26.98%
B = 41.37%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584B73 (or 0x584B73) is known color: Victoria. HEX triplet: 58, 4B and 73. RGB value is (88,75,115). Sum of RGB (Red+Green+Blue) = 88+75+115=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #584B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B73 is #A7B48C. Grayscale: #535353. Windows color (decimal): -10990733 or 7555928. OLE color: 7555928.

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

Color convert

RGB 88 75 115 -
CMYK 0.23 0.35 0 0.55
HSL 259.5º 0.21% 0.37% -
HSV(B) 259.5º 0.35% 0.45% -
XYZ 9.64 8.34 17.32 -
YUV 83.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 88 75 115 0.23 0.35 0 0.55 259.5 0.21 0.37
Hex 58 4B 73 17 23 0 37 104 15 25
Octal 130 113 163 27 43 0 67 404 25 45
Binary 1011000 1001011 1110011 10111 100011 0 110111 100000100 10101 100101

Color Harmonies of #584B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B73

Black with #584B73

Text Example


Text Example

White with #584B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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