#585DBA

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

Shades of Rich Blue #585DBA

Tints of Rich Blue #585DBA

Color information

#585DBA (or 0x585DBA) is unknown color: approx Rich Blue. HEX triplet: 58, 5D and BA. RGB value is (88,93,186). Sum of RGB (Red+Green+Blue) = 88+93+186=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #585DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DBA is #A7A245. Grayscale: #656565. Windows color (decimal): -10986054 or 12213592. OLE color: 12213592.

HSL color Cylindrical-coordinate representation of color #585DBA: hue angle of 236.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585DBA is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8893186-
CMYK0.530.500.27
HSL236.94º41.53%53.73%-
HSV(B)236.94º52.69%72.94%-
XYZ16.813.4548.16-
YUV102.11175.34117.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=23.98%
G=25.34%
B=50.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88931860.530.500.27236.9441.5353.73
Hex585DBA353201Bed2a36
Octal13013527265620333555266
Binary101100010111011011101011010111001001101111101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585DBA; }

 p { color: rgb(88,93,186); }

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

<style>
 a { background-color: #585DBA; }

 a { background-color: rgb(88,93,186); }

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

<style>
 span { border-color: #585DBA; }

 span { border-color: rgb(88,93,186); }

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