Html Css Color HEX #585192 Victoria

📋 copy color: '#585192'

red 88 ◦ green 81 ◦ blue 146

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

Shades of Victoria #585192

Tints of Victoria #585192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 27.94%
G = 25.71%
B = 46.35%

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

#585192 (or 0x585192) is known color: Victoria. HEX triplet: 58, 51 and 92. RGB value is (88,81,146). Sum of RGB (Red+Green+Blue) = 88+81+146=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #585192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585192 is #A7AE6D. Grayscale: #5A5A5A. Windows color (decimal): -10989166 or 9589080. OLE color: 9589080.

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

Color convert

RGB 88 81 146 -
CMYK 0.40 0.45 0 0.43
HSL 246.46º 0.29% 0.45% -
HSV(B) 246.46º 0.45% 0.57% -
XYZ 12.16 10.03 28.49 -
YUV 90.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 88 81 146 0.40 0.45 0 0.43 246.46 0.29 0.45
Hex 58 51 92 28 2D 0 2B F6 1D 2D
Octal 130 121 222 50 55 0 53 366 35 55
Binary 1011000 1010001 10010010 101000 101101 0 101011 11110110 11101 101101

Color Harmonies of #585192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585192

Black with #585192

Text Example


Text Example

White with #585192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585192; }

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

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

background-color css

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

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

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

border-color css

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

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

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