#585EBD

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

Shades of Rich Blue #585EBD

Tints of Rich Blue #585EBD

Color information

#585EBD (or 0x585EBD) is unknown color: approx Rich Blue. HEX triplet: 58, 5E and BD. RGB value is (88,94,189). Sum of RGB (Red+Green+Blue) = 88+94+189=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #585EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EBD is #A7A142. Grayscale: #666666. Windows color (decimal): -10985795 or 12410456. OLE color: 12410456.

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

Color convert

RGB8894189-
CMYK0.530.5000.26
HSL236.44º43.35%54.31%-
HSV(B)236.44º53.44%74.12%-
XYZ17.2113.7549.89-
YUV103.04176.51117.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=23.72%
G=25.34%
B=50.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88941890.530.5000.26236.4443.3554.31
Hex585EBD353201Aec2b36
Octal13013627565620323545366
Binary101100010111101011110111010111001001101011101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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