Html Css Color HEX #585093 Victoria

📋 copy color: '#585093'

red 88 ◦ green 80 ◦ blue 147

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

Shades of Victoria #585093

Tints of Victoria #585093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 27.94%
G = 25.4%
B = 46.67%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585093 (or 0x585093) is known color: Victoria. HEX triplet: 58, 50 and 93. RGB value is (88,80,147). Sum of RGB (Red+Green+Blue) = 88+80+147=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #585093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585093 is #A7AF6C. Grayscale: #595959. Windows color (decimal): -10989421 or 9654360. OLE color: 9654360.

HSL color Cylindrical-coordinate representation of color #585093: hue angle of 247.16º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #585093 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 80 147 -
CMYK 0.40 0.46 0 0.42
HSL 247.16º 0.3% 0.45% -
HSV(B) 247.16º 0.46% 0.58% -
XYZ 12.16 9.92 28.88 -
YUV 90.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 88 80 147 0.40 0.46 0 0.42 247.16 0.3 0.45
Hex 58 50 93 28 2E 0 2A F7 1E 2D
Octal 130 120 223 50 56 0 52 367 36 55
Binary 1011000 1010000 10010011 101000 101110 0 101010 11110111 11110 101101

Color Harmonies of #585093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585093

Black with #585093

Text Example


Text Example

White with #585093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585093; }

 p { color: rgb(88,80,147); }

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

background-color css

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

 a { background-color: rgb(88,80,147); }

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

border-color css

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

 span { border-color: rgb(88,80,147); }

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