Html Css Color HEX #584A81 Victoria

📋 copy color: '#584A81'

red 88 ◦ green 74 ◦ blue 129

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

Shades of Victoria #584A81

Tints of Victoria #584A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.43%

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

R = 30.24%
G = 25.43%
B = 44.33%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#584A81 (or 0x584A81) is known color: Victoria. HEX triplet: 58, 4A and 81. RGB value is (88,74,129). Sum of RGB (Red+Green+Blue) = 88+74+129=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #584A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A81 is #A7B57E. Grayscale: #545454. Windows color (decimal): -10990975 or 8473176. OLE color: 8473176.

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

Color convert

RGB 88 74 129 -
CMYK 0.32 0.43 0 0.49
HSL 255.27º 0.27% 0.4% -
HSV(B) 255.27º 0.43% 0.51% -
XYZ 10.44 8.56 21.87 -
YUV 84.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 88 74 129 0.32 0.43 0 0.49 255.27 0.27 0.4
Hex 58 4A 81 20 2B 0 31 FF 1B 28
Octal 130 112 201 40 53 0 61 377 33 50
Binary 1011000 1001010 10000001 100000 101011 0 110001 11111111 11011 101000

Color Harmonies of #584A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A81

Black with #584A81

Text Example


Text Example

White with #584A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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