Html Css Color HEX #584D75 Victoria

📋 copy color: '#584D75'

red 88 ◦ green 77 ◦ blue 117

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

Shades of Victoria #584D75

Tints of Victoria #584D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 31.21%
G = 27.3%
B = 41.49%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584D75 (or 0x584D75) is known color: Victoria. HEX triplet: 58, 4D and 75. RGB value is (88,77,117). Sum of RGB (Red+Green+Blue) = 88+77+117=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #584D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D75 is #A7B28A. Grayscale: #545454. Windows color (decimal): -10990219 or 7687512. OLE color: 7687512.

HSL color Cylindrical-coordinate representation of color #584D75: hue angle of 256.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #584D75 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 77 117 -
CMYK 0.25 0.34 0 0.54
HSL 256.5º 0.21% 0.38% -
HSV(B) 256.5º 0.34% 0.46% -
XYZ 9.89 8.67 17.98 -
YUV 84.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 88 77 117 0.25 0.34 0 0.54 256.5 0.21 0.38
Hex 58 4D 75 19 22 0 36 100 15 26
Octal 130 115 165 31 42 0 66 400 25 46
Binary 1011000 1001101 1110101 11001 100010 0 110110 100000000 10101 100110

Color Harmonies of #584D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D75

Black with #584D75

Text Example


Text Example

White with #584D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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