#585CAA

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

Shades of Rich Blue #585CAA

Tints of Rich Blue #585CAA

Color information

#585CAA (or 0x585CAA) is unknown color: approx Rich Blue. HEX triplet: 58, 5C and AA. RGB value is (88,92,170). Sum of RGB (Red+Green+Blue) = 88+92+170=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #585CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAA is #A7A355. Grayscale: #636363. Windows color (decimal): -10986326 or 11164760. OLE color: 11164760.

HSL color Cylindrical-coordinate representation of color #585CAA: hue angle of 237.07º 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 #585CAA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8892170-
CMYK0.480.4600.33
HSL237.07º32.54%50.59%-
HSV(B)237.07º48.24%66.67%-
XYZ15.1112.6339.67-
YUV99.7167.67119.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=25.14%
G=26.29%
B=48.57%

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
Decimal88921700.480.4600.33237.0732.5450.59
Hex585CAA302E021ed2133
Octal13013425260560413554163
Binary1011000101110010101010110000101110010000111101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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