#585BAA

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

Shades of Rich Blue #585BAA

Tints of Rich Blue #585BAA

Color information

#585BAA (or 0x585BAA) is unknown color: approx Rich Blue. HEX triplet: 58, 5B and AA. RGB value is (88,91,170). Sum of RGB (Red+Green+Blue) = 88+91+170=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #585BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BAA is #A7A455. Grayscale: #626262. Windows color (decimal): -10986582 or 11164504. OLE color: 11164504.

HSL color Cylindrical-coordinate representation of color #585BAA: hue angle of 237.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #585BAA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8891170-
CMYK0.480.4600.33
HSL237.8º32.54%50.59%-
HSV(B)237.8º48.24%66.67%-
XYZ15.0212.4639.64-
YUV99.11168.01120.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=25.21%
G=26.07%
B=48.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88911700.480.4600.33237.832.5450.59
Hex585BAA302E021ee2133
Octal13013325260560413564163
Binary1011000101101110101010110000101110010000111101110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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