#585BAF

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

Shades of Rich Blue #585BAF

Tints of Rich Blue #585BAF

Color information

#585BAF (or 0x585BAF) is unknown color: approx Rich Blue. HEX triplet: 58, 5B and AF. RGB value is (88,91,175). Sum of RGB (Red+Green+Blue) = 88+91+175=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #585BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BAF is #A7A450. Grayscale: #636363. Windows color (decimal): -10986577 or 11492184. OLE color: 11492184.

HSL color Cylindrical-coordinate representation of color #585BAF: hue angle of 237.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585BAF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8891175-
CMYK0.500.4800.31
HSL237.93º35.22%51.57%-
HSV(B)237.93º49.71%68.63%-
XYZ15.512.6542.18-
YUV99.68170.51119.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.86%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=24.86%
G=25.71%
B=49.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88911750.500.4800.31237.9335.2251.57
Hex585BAF323001Fee2334
Octal13013325762600373564364
Binary101100010110111010111111001011000001111111101110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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