#585FBA

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

Shades of Rich Blue #585FBA

Tints of Rich Blue #585FBA

Color information

#585FBA (or 0x585FBA) is unknown color: approx Rich Blue. HEX triplet: 58, 5F and BA. RGB value is (88,95,186). Sum of RGB (Red+Green+Blue) = 88+95+186=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #585FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FBA is #A7A045. Grayscale: #666666. Windows color (decimal): -10985542 or 12214104. OLE color: 12214104.

HSL color Cylindrical-coordinate representation of color #585FBA: hue angle of 235.71º 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 #585FBA is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8895186-
CMYK0.530.4900.27
HSL235.71º41.53%53.73%-
HSV(B)235.71º52.69%72.94%-
XYZ16.9813.848.22-
YUV103.28174.68117.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=23.85%
G=25.75%
B=50.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88951860.530.4900.27235.7141.5353.73
Hex585FBA353101Bec2a36
Octal13013727265610333545266
Binary101100010111111011101011010111000101101111101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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