#585EBC

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

Shades of Rich Blue #585EBC

Tints of Rich Blue #585EBC

Color information

#585EBC (or 0x585EBC) is unknown color: approx Rich Blue. HEX triplet: 58, 5E and BC. RGB value is (88,94,188). Sum of RGB (Red+Green+Blue) = 88+94+188=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #585EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EBC is #A7A143. Grayscale: #666666. Windows color (decimal): -10985796 or 12344920. OLE color: 12344920.

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

Color convert

RGB8894188-
CMYK0.530.5000.26
HSL236.4º42.74%54.12%-
HSV(B)236.4º53.19%73.73%-
XYZ17.113.7149.32-
YUV102.92176.01117.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=23.78%
G=25.41%
B=50.81%

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
Decimal88941880.530.5000.26236.442.7454.12
Hex585EBC353201Aec2b36
Octal13013627465620323545366
Binary101100010111101011110011010111001001101011101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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