Html Css Color HEX #584B7C Victoria

📋 copy color: '#584B7C'

red 88 ◦ green 75 ◦ blue 124

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

Shades of Victoria #584B7C

Tints of Victoria #584B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 30.66%
G = 26.13%
B = 43.21%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#584B7C (or 0x584B7C) is known color: Victoria. HEX triplet: 58, 4B and 7C. RGB value is (88,75,124). Sum of RGB (Red+Green+Blue) = 88+75+124=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #584B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B7C is #A7B483. Grayscale: #545454. Windows color (decimal): -10990724 or 8145752. OLE color: 8145752.

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

Color convert

RGB 88 75 124 -
CMYK 0.29 0.40 0 0.51
HSL 255.92º 0.25% 0.39% -
HSV(B) 255.92º 0.4% 0.49% -
XYZ 10.18 8.56 20.18 -
YUV 84.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 88 75 124 0.29 0.40 0 0.51 255.92 0.25 0.39
Hex 58 4B 7C 1D 28 0 33 100 19 27
Octal 130 113 174 35 50 0 63 400 31 47
Binary 1011000 1001011 1111100 11101 101000 0 110011 100000000 11001 100111

Color Harmonies of #584B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B7C

Black with #584B7C

Text Example


Text Example

White with #584B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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