#585aba

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

Shades of Rich Blue #585ABA

Tints of Rich Blue #585ABA

Color information

#585ABA (or 0x585ABA) is unknown color: approx Rich Blue. HEX triplet: 58, 5A and BA. RGB value is (88,90,186). Sum of RGB (Red+Green+Blue) = 88+90+186=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #585ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ABA is #A7A545. Grayscale: #636363. Windows color (decimal): -10986822 or 12212824. OLE color: 12212824.

HSL color Cylindrical-coordinate representation of color #585ABA: hue angle of 238.78º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585ABA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8890186-
CMYK0.530.5200.27
HSL238.78º41.53%53.73%-
HSV(B)238.78º52.69%72.94%-
XYZ16.5412.9348.08-
YUV100.35176.34119.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=24.18%
G=24.73%
B=51.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88901860.530.5200.27238.7841.5353.73
Hex585ABA353401Bef2a36
Octal13013227265640333575266
Binary101100010110101011101011010111010001101111101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,90,186); }

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

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

 a { background-color: rgb(88,90,186); }

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

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

 span { border-color: rgb(88,90,186); }

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