Html Css Color HEX #584C96 Victoria

📋 copy color: '#584C96'

red 88 ◦ green 76 ◦ blue 150

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

Shades of Victoria #584C96

Tints of Victoria #584C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 28.03%
G = 24.2%
B = 47.77%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#584C96 (or 0x584C96) is known color: Victoria. HEX triplet: 58, 4C and 96. RGB value is (88,76,150). Sum of RGB (Red+Green+Blue) = 88+76+150=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #584C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584C96 is #A7B369. Grayscale: #575757. Windows color (decimal): -10990442 or 9849944. OLE color: 9849944.

HSL color Cylindrical-coordinate representation of color #584C96: hue angle of 249.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584C96 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 76 150 -
CMYK 0.41 0.49 0 0.41
HSL 249.73º 0.33% 0.44% -
HSV(B) 249.73º 0.49% 0.59% -
XYZ 12.11 9.45 30.04 -
YUV 88.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 88 76 150 0.41 0.49 0 0.41 249.73 0.33 0.44
Hex 58 4C 96 29 31 0 29 FA 21 2C
Octal 130 114 226 51 61 0 51 372 41 54
Binary 1011000 1001100 10010110 101001 110001 0 101001 11111010 100001 101100

Color Harmonies of #584C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C96

Black with #584C96

Text Example


Text Example

White with #584C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584C96; }

 p { color: rgb(88,76,150); }

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

background-color css

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

 a { background-color: rgb(88,76,150); }

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

border-color css

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

 span { border-color: rgb(88,76,150); }

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