#584ABB

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

Shades of Rich Blue #584ABB

Tints of Rich Blue #584ABB

Color information

#584ABB (or 0x584ABB) is unknown color: approx Rich Blue. HEX triplet: 58, 4A and BB. RGB value is (88,74,187). Sum of RGB (Red+Green+Blue) = 88+74+187=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #584ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ABB is #A7B544. Grayscale: #5A5A5A. Windows color (decimal): -10990917 or 12274264. OLE color: 12274264.

HSL color Cylindrical-coordinate representation of color #584ABB: hue angle of 247.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584ABB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8874187-
CMYK0.530.6000.27
HSL247.43º45.38%51.18%-
HSV(B)247.43º60.43%73.33%-
XYZ15.4410.5648.24-
YUV91.07182.14125.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 187 (73.44% from 255) = 53.58%
R=25.21%
G=21.20%
B=53.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88741870.530.6000.27247.4345.3851.18
Hex584ABB353C01Bf72d33
Octal13011227365740333675563
Binary101100010010101011101111010111110001101111110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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