#584ABF

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

Shades of Rich Blue #584ABF

Tints of Rich Blue #584ABF

Color information

#584ABF (or 0x584ABF) is unknown color: approx Rich Blue. HEX triplet: 58, 4A and BF. RGB value is (88,74,191). Sum of RGB (Red+Green+Blue) = 88+74+191=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #584ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ABF is #A7B540. Grayscale: #5B5B5B. Windows color (decimal): -10990913 or 12536408. OLE color: 12536408.

HSL color Cylindrical-coordinate representation of color #584ABF: hue angle of 247.18º degrees, saturation: 0.48, 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 #584ABF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8874191-
CMYK0.540.6100.25
HSL247.18º47.76%51.96%-
HSV(B)247.18º61.26%74.9%-
XYZ15.8810.7350.53-
YUV91.52184.14125.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 191 (75% from 255) = 54.11%
R=24.93%
G=20.96%
B=54.11%

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
Decimal88741910.540.6100.25247.1847.7651.96
Hex584ABF363D019f73034
Octal13011227766750313676064
Binary101100010010101011111111011011110101100111110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,191); }

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

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

 a { background-color: rgb(88,74,191); }

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

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

 span { border-color: rgb(88,74,191); }

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