Html Css Color HEX #584FA3 Rich Blue

📋 copy color: '#584FA3'

red 88 ◦ green 79 ◦ blue 163

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

Shades of Rich Blue #584FA3

Tints of Rich Blue #584FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 49.39%

R = 26.67%
G = 23.94%
B = 49.39%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#584FA3 (or 0x584FA3) is known color: Rich Blue. HEX triplet: 58, 4F and A3. RGB value is (88,79,163). Sum of RGB (Red+Green+Blue) = 88+79+163=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #584FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584FA3 is #A7B05C. Grayscale: #5A5A5A. Windows color (decimal): -10989661 or 10702680. OLE color: 10702680.

HSL color Cylindrical-coordinate representation of color #584FA3: hue angle of 246.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584FA3 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 79 163 -
CMYK 0.46 0.52 0 0.36
HSL 246.43º 0.35% 0.47% -
HSV(B) 246.43º 0.52% 0.64% -
XYZ 13.43 10.31 35.93 -
YUV 91.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 88 79 163 0.46 0.52 0 0.36 246.43 0.35 0.47
Hex 58 4F A3 2E 34 0 24 F6 23 2F
Octal 130 117 243 56 64 0 44 366 43 57
Binary 1011000 1001111 10100011 101110 110100 0 100100 11110110 100011 101111

Color Harmonies of #584FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FA3

Black with #584FA3

Text Example


Text Example

White with #584FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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