#584BBD

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

Shades of Rich Blue #584BBD

Tints of Rich Blue #584BBD

Color information

#584BBD (or 0x584BBD) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and BD. RGB value is (88,75,189). Sum of RGB (Red+Green+Blue) = 88+75+189=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #584BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BBD is #A7B442. Grayscale: #5B5B5B. Windows color (decimal): -10990659 or 12405592. OLE color: 12405592.

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

Color convert

RGB8875189-
CMYK0.530.6000.26
HSL246.84º46.34%51.76%-
HSV(B)246.84º60.32%74.12%-
XYZ15.7310.7849.4-
YUV91.88182.81125.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=25%
G=21.31%
B=53.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88751890.530.6000.26246.8446.3451.76
Hex584BBD353C01Af72e34
Octal13011327565740323675664
Binary101100010010111011110111010111110001101011110111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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