#585CAB

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

Shades of Rich Blue #585CAB

Tints of Rich Blue #585CAB

Color information

#585CAB (or 0x585CAB) is unknown color: approx Rich Blue. HEX triplet: 58, 5C and AB. RGB value is (88,92,171). Sum of RGB (Red+Green+Blue) = 88+92+171=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #585CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAB is #A7A354. Grayscale: #636363. Windows color (decimal): -10986325 or 11230296. OLE color: 11230296.

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

Color convert

RGB8892171-
CMYK0.490.4600.33
HSL237.11º33.07%50.78%-
HSV(B)237.11º48.54%67.06%-
XYZ15.212.6740.17-
YUV99.81168.17119.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=25.07%
G=26.21%
B=48.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88921710.490.4600.33237.1133.0750.78
Hex585CAB312E021ed2133
Octal13013425361560413554163
Binary1011000101110010101011110001101110010000111101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,171); }

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

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

 a { background-color: rgb(88,92,171); }

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

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

 span { border-color: rgb(88,92,171); }

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