Html Css Color HEX #584D81 Victoria

📋 copy color: '#584D81'

red 88 ◦ green 77 ◦ blue 129

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

Shades of Victoria #584D81

Tints of Victoria #584D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 29.93%
G = 26.19%
B = 43.88%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#584D81 (or 0x584D81) is known color: Victoria. HEX triplet: 58, 4D and 81. RGB value is (88,77,129). Sum of RGB (Red+Green+Blue) = 88+77+129=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #584D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D81 is #A7B27E. Grayscale: #565656. Windows color (decimal): -10990207 or 8473944. OLE color: 8473944.

HSL color Cylindrical-coordinate representation of color #584D81: hue angle of 252.69º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584D81 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 77 129 -
CMYK 0.32 0.40 0 0.49
HSL 252.69º 0.25% 0.4% -
HSV(B) 252.69º 0.4% 0.51% -
XYZ 10.64 8.97 21.94 -
YUV 86.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 88 77 129 0.32 0.40 0 0.49 252.69 0.25 0.4
Hex 58 4D 81 20 28 0 31 FD 19 28
Octal 130 115 201 40 50 0 61 375 31 50
Binary 1011000 1001101 10000001 100000 101000 0 110001 11111101 11001 101000

Color Harmonies of #584D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D81

Black with #584D81

Text Example


Text Example

White with #584D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,77,129); }

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

background-color css

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

 a { background-color: rgb(88,77,129); }

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

border-color css

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

 span { border-color: rgb(88,77,129); }

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