Html Css Color HEX #584F75 Victoria

📋 copy color: '#584F75'

red 88 ◦ green 79 ◦ blue 117

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

Shades of Victoria #584F75

Tints of Victoria #584F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 30.99%
G = 27.82%
B = 41.2%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584F75 (or 0x584F75) is known color: Victoria. HEX triplet: 58, 4F and 75. RGB value is (88,79,117). Sum of RGB (Red+Green+Blue) = 88+79+117=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #584F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F75 is #A7B08A. Grayscale: #555555. Windows color (decimal): -10989707 or 7688024. OLE color: 7688024.

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

Color convert

RGB 88 79 117 -
CMYK 0.25 0.32 0 0.54
HSL 254.21º 0.19% 0.38% -
HSV(B) 254.21º 0.32% 0.46% -
XYZ 10.03 8.95 18.03 -
YUV 86.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 88 79 117 0.25 0.32 0 0.54 254.21 0.19 0.38
Hex 58 4F 75 19 20 0 36 FE 13 26
Octal 130 117 165 31 40 0 66 376 23 46
Binary 1011000 1001111 1110101 11001 100000 0 110110 11111110 10011 100110

Color Harmonies of #584F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F75

Black with #584F75

Text Example


Text Example

White with #584F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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