#584BB7

Color #584BB7 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #584BB7

Tints of Rich Blue #584BB7

Color information

#584BB7 (or 0x584BB7) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and B7. RGB value is (88,75,183). Sum of RGB (Red+Green+Blue) = 88+75+183=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #584BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BB7 is #A7B448. Grayscale: #5A5A5A. Windows color (decimal): -10990665 or 12012376. OLE color: 12012376.

HSL color Cylindrical-coordinate representation of color #584BB7: hue angle of 247.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #584BB7 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8875183-
CMYK0.520.5900.28
HSL247.22º42.86%50.59%-
HSV(B)247.22º59.02%71.76%-
XYZ15.0910.5346.04-
YUV91.2179.81125.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 183 (71.88% from 255) = 52.89%
R=25.43%
G=21.68%
B=52.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal88751830.520.5900.28247.2242.8650.59
Hex584BB7343B01Cf72b33
Octal13011326764730343675363
Binary101100010010111011011111010011101101110011110111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #584BB7;
 }
 .AnyTagClassName
 {
   color: #584BB7;
 }
</style>
background-color css

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

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

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

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

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

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