Html Css Color HEX #584FAC Rich Blue

📋 copy color: '#584FAC'

red 88 ◦ green 79 ◦ blue 172

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

Shades of Rich Blue #584FAC

Tints of Rich Blue #584FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 25.96%
G = 23.3%
B = 50.74%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#584FAC (or 0x584FAC) is known color: Rich Blue. HEX triplet: 58, 4F and AC. RGB value is (88,79,172). Sum of RGB (Red+Green+Blue) = 88+79+172=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #584FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584FAC is #A7B053. Grayscale: #5B5B5B. Windows color (decimal): -10989652 or 11292504. OLE color: 11292504.

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

Color convert

RGB 88 79 172 -
CMYK 0.49 0.54 0 0.33
HSL 245.81º 0.37% 0.49% -
HSV(B) 245.81º 0.54% 0.67% -
XYZ 14.27 10.65 40.33 -
YUV 92.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 88 79 172 0.49 0.54 0 0.33 245.81 0.37 0.49
Hex 58 4F AC 31 36 0 21 F6 25 31
Octal 130 117 254 61 66 0 41 366 45 61
Binary 1011000 1001111 10101100 110001 110110 0 100001 11110110 100101 110001

Color Harmonies of #584FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FAC

Black with #584FAC

Text Example


Text Example

White with #584FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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