Html Css Color HEX #585479 Victoria

📋 copy color: '#585479'

red 88 ◦ green 84 ◦ blue 121

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

Shades of Victoria #585479

Tints of Victoria #585479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 121 (47.66% from 255) = 41.3%

R = 30.03%
G = 28.67%
B = 41.3%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585479 (or 0x585479) is known color: Victoria. HEX triplet: 58, 54 and 79. RGB value is (88,84,121). Sum of RGB (Red+Green+Blue) = 88+84+121=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #585479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585479 is #A7AB86. Grayscale: #595959. Windows color (decimal): -10988423 or 7951448. OLE color: 7951448.

HSL color Cylindrical-coordinate representation of color #585479: hue angle of 246.49º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #585479 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 84 121 -
CMYK 0.27 0.31 0 0.53
HSL 246.49º 0.18% 0.4% -
HSV(B) 246.49º 0.31% 0.47% -
XYZ 10.65 9.8 19.42 -
YUV 89.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 88 84 121 0.27 0.31 0 0.53 246.49 0.18 0.4
Hex 58 54 79 1B 1F 0 35 F6 12 28
Octal 130 124 171 33 37 0 65 366 22 50
Binary 1011000 1010100 1111001 11011 11111 0 110101 11110110 10010 101000

Color Harmonies of #585479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585479

Black with #585479

Text Example


Text Example

White with #585479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585479; }

 p { color: rgb(88,84,121); }

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

background-color css

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

 a { background-color: rgb(88,84,121); }

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

border-color css

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

 span { border-color: rgb(88,84,121); }

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