#584BBE

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

Shades of Rich Blue #584BBE

Tints of Rich Blue #584BBE

Color information

#584BBE (or 0x584BBE) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and BE. RGB value is (88,75,190). Sum of RGB (Red+Green+Blue) = 88+75+190=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #584BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BBE is #A7B441. Grayscale: #5B5B5B. Windows color (decimal): -10990658 or 12471128. OLE color: 12471128.

HSL color Cylindrical-coordinate representation of color #584BBE: hue angle of 246.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584BBE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8875190-
CMYK0.540.6100.25
HSL246.78º46.94%51.96%-
HSV(B)246.78º60.53%74.51%-
XYZ15.8310.8249.97-
YUV92183.31125.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=24.93%
G=21.25%
B=53.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88751900.540.6100.25246.7846.9451.96
Hex584BBE363D019f72f34
Octal13011327666750313675764
Binary101100010010111011111011011011110101100111110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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