Html Css Color HEX #584F94 Victoria

📋 copy color: '#584F94'

red 88 ◦ green 79 ◦ blue 148

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

Shades of Victoria #584F94

Tints of Victoria #584F94

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.08%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 27.94%
G = 25.08%
B = 46.98%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584F94 (or 0x584F94) is known color: Victoria. HEX triplet: 58, 4F and 94. RGB value is (88,79,148). Sum of RGB (Red+Green+Blue) = 88+79+148=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #584F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F94 is #A7B06B. Grayscale: #595959. Windows color (decimal): -10989676 or 9719640. OLE color: 9719640.

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

Color convert

RGB 88 79 148 -
CMYK 0.41 0.47 0 0.42
HSL 247.83º 0.3% 0.45% -
HSV(B) 247.83º 0.47% 0.58% -
XYZ 12.17 9.8 29.27 -
YUV 89.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 88 79 148 0.41 0.47 0 0.42 247.83 0.3 0.45
Hex 58 4F 94 29 2F 0 2A F8 1E 2D
Octal 130 117 224 51 57 0 52 370 36 55
Binary 1011000 1001111 10010100 101001 101111 0 101010 11111000 11110 101101

Color Harmonies of #584F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F94

Black with #584F94

Text Example


Text Example

White with #584F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,79,148); }

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

background-color css

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

 a { background-color: rgb(88,79,148); }

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

border-color css

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

 span { border-color: rgb(88,79,148); }

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