Html Css Color HEX #584B8D Victoria

📋 copy color: '#584B8D'

red 88 ◦ green 75 ◦ blue 141

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

Shades of Victoria #584B8D

Tints of Victoria #584B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.67%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 28.95%
G = 24.67%
B = 46.38%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#584B8D (or 0x584B8D) is known color: Victoria. HEX triplet: 58, 4B and 8D. RGB value is (88,75,141). Sum of RGB (Red+Green+Blue) = 88+75+141=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #584B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B8D is #A7B472. Grayscale: #565656. Windows color (decimal): -10990707 or 9259864. OLE color: 9259864.

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

Color convert

RGB 88 75 141 -
CMYK 0.38 0.47 0 0.45
HSL 251.82º 0.31% 0.42% -
HSV(B) 251.82º 0.47% 0.55% -
XYZ 11.35 9.03 26.34 -
YUV 86.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 88 75 141 0.38 0.47 0 0.45 251.82 0.31 0.42
Hex 58 4B 8D 26 2F 0 2D FC 1F 2A
Octal 130 113 215 46 57 0 55 374 37 52
Binary 1011000 1001011 10001101 100110 101111 0 101101 11111100 11111 101010

Color Harmonies of #584B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B8D

Black with #584B8D

Text Example


Text Example

White with #584B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,141); }

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

background-color css

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

 a { background-color: rgb(88,75,141); }

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

border-color css

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

 span { border-color: rgb(88,75,141); }

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