#584FBE

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

Shades of Rich Blue #584FBE

Tints of Rich Blue #584FBE

Color information

#584FBE (or 0x584FBE) is unknown color: approx Rich Blue. HEX triplet: 58, 4F and BE. RGB value is (88,79,190). Sum of RGB (Red+Green+Blue) = 88+79+190=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #584FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FBE is #A7B041. Grayscale: #5D5D5D. Windows color (decimal): -10989634 or 12472152. OLE color: 12472152.

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

Color convert

RGB8879190-
CMYK0.540.5800.25
HSL244.86º46.06%52.75%-
HSV(B)244.86º58.42%74.51%-
XYZ16.1111.3850.06-
YUV94.34181.98123.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=24.65%
G=22.13%
B=53.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88791900.540.5800.25244.8646.0652.75
Hex584FBE363A019f52e35
Octal13011727666720313655665
Binary101100010011111011111011011011101001100111110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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