Html Css Color HEX #585389 Victoria

📋 copy color: '#585389'

red 88 ◦ green 83 ◦ blue 137

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

Shades of Victoria #585389

Tints of Victoria #585389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 28.57%
G = 26.95%
B = 44.48%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#585389 (or 0x585389) is known color: Victoria. HEX triplet: 58, 53 and 89. RGB value is (88,83,137). Sum of RGB (Red+Green+Blue) = 88+83+137=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #585389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585389 is #A7AC76. Grayscale: #5A5A5A. Windows color (decimal): -10988663 or 8999768. OLE color: 8999768.

HSL color Cylindrical-coordinate representation of color #585389: hue angle of 245.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585389 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 83 137 -
CMYK 0.36 0.39 0 0.46
HSL 245.56º 0.25% 0.43% -
HSV(B) 245.56º 0.39% 0.54% -
XYZ 11.63 10.07 25 -
YUV 90.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 88 83 137 0.36 0.39 0 0.46 245.56 0.25 0.43
Hex 58 53 89 24 27 0 2E F6 19 2B
Octal 130 123 211 44 47 0 56 366 31 53
Binary 1011000 1010011 10001001 100100 100111 0 101110 11110110 11001 101011

Color Harmonies of #585389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585389

Black with #585389

Text Example


Text Example

White with #585389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585389; }

 p { color: rgb(88,83,137); }

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

background-color css

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

 a { background-color: rgb(88,83,137); }

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

border-color css

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

 span { border-color: rgb(88,83,137); }

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