Html Css Color HEX #584D7E Victoria

📋 copy color: '#584D7E'

red 88 ◦ green 77 ◦ blue 126

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

Shades of Victoria #584D7E

Tints of Victoria #584D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 30.24%
G = 26.46%
B = 43.3%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#584D7E (or 0x584D7E) is known color: Victoria. HEX triplet: 58, 4D and 7E. RGB value is (88,77,126). Sum of RGB (Red+Green+Blue) = 88+77+126=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #584D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D7E is #A7B281. Grayscale: #555555. Windows color (decimal): -10990210 or 8277336. OLE color: 8277336.

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

Color convert

RGB 88 77 126 -
CMYK 0.30 0.39 0 0.51
HSL 253.47º 0.24% 0.4% -
HSV(B) 253.47º 0.39% 0.49% -
XYZ 10.44 8.89 20.9 -
YUV 85.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 88 77 126 0.30 0.39 0 0.51 253.47 0.24 0.4
Hex 58 4D 7E 1E 27 0 33 FD 18 28
Octal 130 115 176 36 47 0 63 375 30 50
Binary 1011000 1001101 1111110 11110 100111 0 110011 11111101 11000 101000

Color Harmonies of #584D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D7E

Black with #584D7E

Text Example


Text Example

White with #584D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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