Html Css Color HEX #585092 Victoria

📋 copy color: '#585092'

red 88 ◦ green 80 ◦ blue 146

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

Shades of Victoria #585092

Tints of Victoria #585092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 28.03%
G = 25.48%
B = 46.5%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585092 (or 0x585092) is known color: Victoria. HEX triplet: 58, 50 and 92. RGB value is (88,80,146). Sum of RGB (Red+Green+Blue) = 88+80+146=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #585092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585092 is #A7AF6D. Grayscale: #595959. Windows color (decimal): -10989422 or 9588824. OLE color: 9588824.

HSL color Cylindrical-coordinate representation of color #585092: hue angle of 247.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585092 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 80 146 -
CMYK 0.40 0.45 0 0.43
HSL 247.27º 0.29% 0.44% -
HSV(B) 247.27º 0.45% 0.57% -
XYZ 12.08 9.89 28.47 -
YUV 89.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 88 80 146 0.40 0.45 0 0.43 247.27 0.29 0.44
Hex 58 50 92 28 2D 0 2B F7 1D 2C
Octal 130 120 222 50 55 0 53 367 35 54
Binary 1011000 1010000 10010010 101000 101101 0 101011 11110111 11101 101100

Color Harmonies of #585092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585092

Black with #585092

Text Example


Text Example

White with #585092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585092; }

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

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

background-color css

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

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

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

border-color css

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

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

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