#584DBB

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

Shades of Rich Blue #584DBB

Tints of Rich Blue #584DBB

Color information

#584DBB (or 0x584DBB) is unknown color: approx Rich Blue. HEX triplet: 58, 4D and BB. RGB value is (88,77,187). Sum of RGB (Red+Green+Blue) = 88+77+187=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #584DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DBB is #A7B244. Grayscale: #5C5C5C. Windows color (decimal): -10990149 or 12275032. OLE color: 12275032.

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

Color convert

RGB8877187-
CMYK0.530.5900.27
HSL246º44.72%51.76%-
HSV(B)246º58.82%73.33%-
XYZ15.6510.9748.31-
YUV92.83181.14124.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=25%
G=21.88%
B=53.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88771870.530.5900.2724644.7251.76
Hex584DBB353B01Bf62d34
Octal13011527365730333665564
Binary101100010011011011101111010111101101101111110110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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