#584FBD

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

Shades of Rich Blue #584FBD

Tints of Rich Blue #584FBD

Color information

#584FBD (or 0x584FBD) is unknown color: approx Rich Blue. HEX triplet: 58, 4F and BD. RGB value is (88,79,189). Sum of RGB (Red+Green+Blue) = 88+79+189=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #584FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FBD is #A7B042. Grayscale: #5D5D5D. Windows color (decimal): -10989635 or 12406616. OLE color: 12406616.

HSL color Cylindrical-coordinate representation of color #584FBD: hue angle of 244.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584FBD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8879189-
CMYK0.530.5800.26
HSL244.91º45.45%52.55%-
HSV(B)244.91º58.2%74.12%-
XYZ16.0111.3449.49-
YUV94.23181.48123.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=24.72%
G=22.19%
B=53.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88791890.530.5800.26244.9145.4552.55
Hex584FBD353A01Af52d35
Octal13011727565720323655565
Binary101100010011111011110111010111101001101011110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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