#585BBD

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

Shades of Rich Blue #585BBD

Tints of Rich Blue #585BBD

Color information

#585BBD (or 0x585BBD) is unknown color: approx Rich Blue. HEX triplet: 58, 5B and BD. RGB value is (88,91,189). Sum of RGB (Red+Green+Blue) = 88+91+189=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #585BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BBD is #A7A442. Grayscale: #646464. Windows color (decimal): -10986563 or 12409688. OLE color: 12409688.

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

Color convert

RGB8891189-
CMYK0.530.5200.26
HSL238.22º43.35%54.31%-
HSV(B)238.22º53.44%74.12%-
XYZ16.9513.2349.8-
YUV101.27177.51118.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=23.91%
G=24.73%
B=51.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88911890.530.5200.26238.2243.3554.31
Hex585BBD353401Aee2b36
Octal13013327565640323565366
Binary101100010110111011110111010111010001101011101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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