Html Css Color HEX #585689 Victoria

📋 copy color: '#585689'

red 88 ◦ green 86 ◦ blue 137

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

Shades of Victoria #585689

Tints of Victoria #585689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 28.3%
G = 27.65%
B = 44.05%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#585689 (or 0x585689) is known color: Victoria. HEX triplet: 58, 56 and 89. RGB value is (88,86,137). Sum of RGB (Red+Green+Blue) = 88+86+137=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #585689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585689 is #A7A976. Grayscale: #5C5C5C. Windows color (decimal): -10987895 or 9000536. OLE color: 9000536.

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

Color convert

RGB 88 86 137 -
CMYK 0.36 0.37 0 0.46
HSL 242.35º 0.23% 0.44% -
HSV(B) 242.35º 0.37% 0.54% -
XYZ 11.87 10.54 25.08 -
YUV 92.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 88 86 137 0.36 0.37 0 0.46 242.35 0.23 0.44
Hex 58 56 89 24 25 0 2E F2 17 2C
Octal 130 126 211 44 45 0 56 362 27 54
Binary 1011000 1010110 10001001 100100 100101 0 101110 11110010 10111 101100

Color Harmonies of #585689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585689

Black with #585689

Text Example


Text Example

White with #585689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585689; }

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

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

background-color css

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

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

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

border-color css

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

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

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