#585DB4

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

Shades of Rich Blue #585DB4

Tints of Rich Blue #585DB4

Color information

#585DB4 (or 0x585DB4) is unknown color: approx Rich Blue. HEX triplet: 58, 5D and B4. RGB value is (88,93,180). Sum of RGB (Red+Green+Blue) = 88+93+180=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #585DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DB4 is #A7A24B. Grayscale: #656565. Windows color (decimal): -10986060 or 11820376. OLE color: 11820376.

HSL color Cylindrical-coordinate representation of color #585DB4: hue angle of 236.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #585DB4 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8893180-
CMYK0.510.4800.29
HSL236.74º38.02%52.55%-
HSV(B)236.74º51.11%70.59%-
XYZ16.1813.244.87-
YUV101.42172.34118.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=24.38%
G=25.76%
B=49.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88931800.510.4800.29236.7438.0252.55
Hex585DB4333001Ded2635
Octal13013526463600353554665
Binary101100010111011011010011001111000001110111101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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